Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/unicode/
H A Duconv.c426 uchar_t *u8s, size_t *utf8len, int flag) in uconv_u16tou8() argument
439 if (u8s == NULL || utf8len == NULL) in uconv_u16tou8()
483 if (u8l >= *utf8len) in uconv_u16tou8()
487 if ((u8l + 1) >= *utf8len) in uconv_u16tou8()
492 if ((u8l + 2) >= *utf8len) in uconv_u16tou8()
498 if ((u8l + 3) >= *utf8len) in uconv_u16tou8()
513 *utf8len = u8l; in uconv_u16tou8()
603 uchar_t *u8s, size_t *utf8len, int flag) in uconv_u32tou8() argument
615 if (u8s == NULL || utf8len == NULL) in uconv_u32tou8()
637 if (u8l >= *utf8len) in uconv_u32tou8()
[all …]