Searched refs:utf16len (Results 1 – 1 of 1) sorted by relevance
329 if (u16s == NULL || utf16len == NULL) in uconv_u16tou32()375 for (; u16l < *utf16len; u16l++) { in uconv_u16tou32()417 *utf16len = u16l; in uconv_u16tou32()454 for (; u16l < *utf16len; u16l++) { in uconv_u16tou8()511 *utf16len = u16l; in uconv_u16tou8()576 if ((u16l + 1) >= *utf16len) in uconv_u32tou16()587 if (u16l >= *utf16len) in uconv_u32tou16()594 *utf16len = u16l; in uconv_u32tou16()754 if ((u16l + 1) >= *utf16len) in uconv_u8tou16()765 if (u16l >= *utf16len) in uconv_u8tou16()[all …]