Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/unicode/
H A Duconv.c332 if (u32s == NULL || utf32len == NULL) in uconv_u16tou32()
397 if (u32l >= *utf32len) in uconv_u16tou32()
418 *utf32len = u32l; in uconv_u16tou32()
529 if (u32s == NULL || utf32len == NULL) in uconv_u32tou16()
552 for (; u32l < *utf32len; u32l++) { in uconv_u32tou16()
595 *utf32len = u32l; in uconv_u32tou16()
611 if (u32s == NULL || utf32len == NULL) in uconv_u32tou8()
629 for (; u32l < *utf32len; u32l++) { in uconv_u32tou8()
662 *utf32len = u32l; in uconv_u32tou8()
844 if (u32l >= *utf32len) in uconv_u8tou32()
[all …]