Lines Matching defs:bom
226 /* write the BOM if necessary */
228 static const char bom[]={ 0, 0, (char)0xfe, (char)0xff };
230 bom, 4,
329 /* write the BOM if necessary */
331 static const char bom[]={ 0, 0, (char)0xfe, (char)0xff };
333 bom, 4,
704 /* write the BOM if necessary */
706 static const char bom[]={ (char)0xff, (char)0xfe, 0, 0 };
708 bom, 4,
815 /* write the BOM if necessary */
817 static const char bom[]={ (char)0xff, (char)0xfe, 0, 0 };
819 bom, 4,
999 /* UTF-32 (Detect BOM) ------------------------------------------------------ */
1002 * Detect a BOM at the beginning of the stream and select UTF-32BE or UTF-32LE
1029 /* reset fromUnicode: prepare to output the UTF-32PE BOM */
1057 * If we detect a BOM in this buffer, then we must add the BOM size to the
1058 * offsets because the actual converter function will not see and count the BOM.
1059 * offsetDelta will have the number of the BOM bytes that are in the current buffer.
1106 pArgs->source=utf32BOM+(state&4); /* select the correct BOM */
1146 /* add BOM size to offsets - see comment at offsetDelta declaration */
1169 pArgs->source=utf32BOM+(state&4); /* select the correct BOM */
1225 /* The 1236 CCSID refers to any version of Unicode with a BOM sensitive endianess of UTF-32 */