Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/unicode/
H A Duconv.c478 if (u8l >= *utf8len) in uconv_u16tou8()
482 if ((u8l + 1) >= *utf8len) in uconv_u16tou8()
508 *utf8len = u8l; in uconv_u16tou8()
632 if (u8l >= *utf8len) in uconv_u32tou8()
659 *utf8len = u8l; in uconv_u32tou8()
696 for (; u8l < *utf8len; ) { in uconv_u8tou16()
725 if (u8l >= *utf8len) in uconv_u8tou16()
770 *utf8len = u8l; in uconv_u8tou16()
807 for (; u8l < *utf8len; ) { in uconv_u8tou32()
821 if (u8l >= *utf8len) in uconv_u8tou32()
[all …]