Home
last modified time | relevance | path

Searched refs:utf32len (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/unicode/
H A Duconv.c331 if (u32s == NULL || utf32len == NULL) in uconv_u16tou32()
396 if (u32l >= *utf32len) in uconv_u16tou32()
417 *utf32len = u32l; in uconv_u16tou32()
528 if (u32s == NULL || utf32len == NULL) in uconv_u32tou16()
551 for (; u32l < *utf32len; u32l++) { in uconv_u32tou16()
594 *utf32len = u32l; in uconv_u32tou16()
610 if (u32s == NULL || utf32len == NULL) in uconv_u32tou8()
628 for (; u32l < *utf32len; u32l++) { in uconv_u32tou8()
661 *utf32len = u32l; in uconv_u32tou8()
843 if (u32l >= *utf32len) in uconv_u8tou32()
[all …]