Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/unicode/
H A Duconv.c481 if (u8l >= *utf8len) in uconv_u16tou8()
485 if ((u8l + 1) >= *utf8len) in uconv_u16tou8()
511 *utf8len = u8l; in uconv_u16tou8()
635 if (u8l >= *utf8len) in uconv_u32tou8()
662 *utf8len = u8l; in uconv_u32tou8()
699 for (; u8l < *utf8len; ) { in uconv_u8tou16()
728 if (u8l >= *utf8len) in uconv_u8tou16()
773 *utf8len = u8l; in uconv_u8tou16()
810 for (; u8l < *utf8len; ) { in uconv_u8tou32()
824 if (u8l >= *utf8len) in uconv_u8tou32()
[all …]