Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/unicode/
H A Duconv.c328 if (u32s == NULL || utf32len == NULL) in uconv_u16tou32()
393 if (u32l >= *utf32len) in uconv_u16tou32()
414 *utf32len = u32l; in uconv_u16tou32()
525 if (u32s == NULL || utf32len == NULL) in uconv_u32tou16()
548 for (; u32l < *utf32len; u32l++) { in uconv_u32tou16()
591 *utf32len = u32l; in uconv_u32tou16()
607 if (u32s == NULL || utf32len == NULL) in uconv_u32tou8()
625 for (; u32l < *utf32len; u32l++) { in uconv_u32tou8()
658 *utf32len = u32l; in uconv_u32tou8()
840 if (u32l >= *utf32len) in uconv_u8tou32()
[all …]