Searched refs:u16s (Results 1 – 1 of 1) sorted by relevance
283 if (*u16s == UCONV_BOM_NORMAL) { in check_bom16()287 if (*u16s == UCONV_BOM_SWAPPED) { in check_bom16()329 if (u16s == NULL || utf16len == NULL) in uconv_u16tou32()379 lo = (uint32_t)((inendian) ? u16s[u16l] : BSWAP_16(u16s[u16l])); in uconv_u16tou32()435 if (u16s == NULL || utf16len == NULL) in uconv_u16tou8()458 lo = (uint32_t)((inendian) ? u16s[u16l] : BSWAP_16(u16s[u16l])); in uconv_u16tou8()532 if (u16s == NULL || utf16len == NULL) in uconv_u32tou16()580 u16s[u16l++] = (uint16_t)hi; in uconv_u32tou16()581 u16s[u16l++] = (uint16_t)lo; in uconv_u32tou16()758 u16s[u16l++] = (uint16_t)hi; in uconv_u8tou16()[all …]