Searched refs:UCONV_BOM_NORMAL (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/unicode/
H A Duconv.c86 #define UCONV_BOM_NORMAL (0xfeffU) macro
284 if (*u16s == UCONV_BOM_NORMAL) {
301 if (*u32s == UCONV_BOM_NORMAL) {
367 u32s[u32l++] = (outendian) ? UCONV_BOM_NORMAL :
550 u16s[u16l++] = (outendian) ? UCONV_BOM_NORMAL :
698 u16s[u16l++] = (outendian) ? UCONV_BOM_NORMAL :
809 u32s[u32l++] = (outendian) ? UCONV_BOM_NORMAL :

Completed in 69 milliseconds