Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/unicode/
H A Duconv.c313 uconv_u16tou32(const uint16_t *u16s, size_t *utf16len, in uconv_u16tou32() argument
328 if (u16s == NULL || utf16len == NULL) in uconv_u16tou32()
350 check_bom16(u16s, *utf16len, &inendian)) in uconv_u16tou32()
364 if (*utf16len > 0 && *utf32len > 0 && (flag & UCONV_OUT_EMIT_BOM)) in uconv_u16tou32()
374 for (; u16l < *utf16len; u16l++) { in uconv_u16tou32()
416 *utf16len = u16l; in uconv_u16tou32()
423 uconv_u16tou8(const uint16_t *u16s, size_t *utf16len, in uconv_u16tou8() argument
434 if (u16s == NULL || utf16len == NULL) in uconv_u16tou8()
448 check_bom16(u16s, *utf16len, &inendian)) in uconv_u16tou8()
453 for (; u16l < *utf16len; u16l++) { in uconv_u16tou8()
[all …]