Searched defs:utf8len (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/unicode/
H A Duconv.c426 uchar_t *u8s, size_t *utf8len, int flag)
439 if (u8s == NULL || utf8len == NULL)
483 if (u8l >= *utf8len)
487 if ((u8l + 1) >= *utf8len)
492 if ((u8l + 2) >= *utf8len)
498 if ((u8l + 3) >= *utf8len)
513 *utf8len = u8l;
603 uchar_t *u8s, size_t *utf8len, int flag)
615 if (u8s == NULL || utf8len == NULL)
637 if (u8l >= *utf8len)
425 uconv_u16tou8(const uint16_t *u16s, size_t *utf16len, uchar_t *u8s, size_t *utf8len, int flag) argument
602 uconv_u32tou8(const uint32_t *u32s, size_t *utf32len, uchar_t *u8s, size_t *utf8len, int flag) argument
670 uconv_u8tou16(const uchar_t *u8s, size_t *utf8len, uint16_t *u16s, size_t *utf16len, int flag) argument
781 uconv_u8tou32(const uchar_t *u8s, size_t *utf8len, uint32_t *u32s, size_t *utf32len, int flag) argument
[all...]

Completed in 79 milliseconds