Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/unicode/
H A Duconv.c298 check_bom32(const uint32_t *u32s, size_t u32l, int *in) in check_bom32() argument
301 if (*u32s == UCONV_BOM_NORMAL) { in check_bom32()
305 if (*u32s == UCONV_BOM_SWAPPED_32) { in check_bom32()
316 uint32_t *u32s, size_t *utf32len, int flag) in uconv_u16tou32() argument
333 if (u32s == NULL || utf32len == NULL) in uconv_u16tou32()
367 u32s[u32l++] = (outendian) ? UCONV_BOM_NORMAL : in uconv_u16tou32()
401 u32s[u32l++] = (outendian) ? lo : BSWAP_32(lo); in uconv_u16tou32()
519 uconv_u32tou16(const uint32_t *u32s, size_t *utf32len, in uconv_u32tou16() argument
530 if (u32s == NULL || utf32len == NULL) in uconv_u32tou16()
543 check_bom32(u32s, *utf32len, &inendian)) in uconv_u32tou16()
[all …]