Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/unicode/
H A Duconv.c482 if (u8l >= *utf8len) in uconv_u16tou8()
486 if ((u8l + 1) >= *utf8len) in uconv_u16tou8()
512 *utf8len = u8l; in uconv_u16tou8()
636 if (u8l >= *utf8len) in uconv_u32tou8()
663 *utf8len = u8l; in uconv_u32tou8()
700 for (; u8l < *utf8len; ) { in uconv_u8tou16()
729 if (u8l >= *utf8len) in uconv_u8tou16()
774 *utf8len = u8l; in uconv_u8tou16()
811 for (; u8l < *utf8len; ) { in uconv_u8tou32()
825 if (u8l >= *utf8len) in uconv_u8tou32()
[all …]