Lines Matching defs:bom
227 /* write the BOM if necessary */
229 static const char bom[]={ 0, 0, (char)0xfe, (char)0xff };
231 bom, 4,
330 /* write the BOM if necessary */
332 static const char bom[]={ 0, 0, (char)0xfe, (char)0xff };
334 bom, 4,
705 /* write the BOM if necessary */
707 static const char bom[]={ (char)0xff, (char)0xfe, 0, 0 };
709 bom, 4,
816 /* write the BOM if necessary */
818 static const char bom[]={ (char)0xff, (char)0xfe, 0, 0 };
820 bom, 4,
1000 /* UTF-32 (Detect BOM
1003 * Detect a BOM at the beginning of the stream and select UTF-32BE or UTF-32LE
1030 /* reset fromUnicode: prepare to output the UTF-32PE BOM */
1058 * If we detect a BOM in this buffer, then we must add the BOM size to the
1059 * offsets because the actual converter function will not see and count the BOM.
1060 * offsetDelta will have the number of the BOM bytes that are in the current buffer.
1107 pArgs->source=utf32BOM+(state&4); /* select the correct BOM */
1147 /* add BOM size to offsets - see comment at offsetDelta declaration */
1170 pArgs->source=utf32BOM+(state&4); /* select the correct BOM */
1226 /* The 1236 CCSID refers to any version of Unicode with a BOM sensitive endianess of UTF-32 */