Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/iconv_modules/ja/common/
H A Djfp_iconv_unicode.h62 #define BOM 0xfeff macro
101 if (u32 == BOM) { in read_unicode()
104 *p = BOM; in read_unicode()
110 *p = BOM; in read_unicode()
179 if (u32 == BOM) { in read_unicode()
182 *p = BOM; in read_unicode()
188 *p = BOM; in read_unicode()
472 ic1 = (unsigned char)((BOM >> 0) & 0xff); in write_unicode()
473 ic2 = (unsigned char)((BOM >> 8) & 0xff); in write_unicode()
474 ic3 = (unsigned char)((BOM >> 16) & 0xff); in write_unicode()
[all …]