Searched refs:utf32len (Results 1 – 1 of 1) sorted by relevance
328 if (u32s == NULL || utf32len == NULL) in uconv_u16tou32()393 if (u32l >= *utf32len) in uconv_u16tou32()414 *utf32len = u32l; in uconv_u16tou32()525 if (u32s == NULL || utf32len == NULL) in uconv_u32tou16()548 for (; u32l < *utf32len; u32l++) { in uconv_u32tou16()591 *utf32len = u32l; in uconv_u32tou16()607 if (u32s == NULL || utf32len == NULL) in uconv_u32tou8()625 for (; u32l < *utf32len; u32l++) { in uconv_u32tou8()658 *utf32len = u32l; in uconv_u32tou8()840 if (u32l >= *utf32len) in uconv_u8tou32()[all …]