Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/unicode/
H A Duconv.c325 if (u16s == NULL || utf16len == NULL) in uconv_u16tou32()
371 for (; u16l < *utf16len; u16l++) { in uconv_u16tou32()
413 *utf16len = u16l; in uconv_u16tou32()
450 for (; u16l < *utf16len; u16l++) { in uconv_u16tou8()
507 *utf16len = u16l; in uconv_u16tou8()
572 if ((u16l + 1) >= *utf16len) in uconv_u32tou16()
583 if (u16l >= *utf16len) in uconv_u32tou16()
590 *utf16len = u16l; in uconv_u32tou16()
750 if ((u16l + 1) >= *utf16len) in uconv_u8tou16()
761 if (u16l >= *utf16len) in uconv_u8tou16()
[all …]