Lines Matching refs:BOM
1127 } BOM;
1133 static BOM BOMs[] = {
1135 /* Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix
1136 * of UTF-32LE BOM. */
1144 static BOM *
1148 * Look for a BOM in the input and return a pointer to the
1151 BOM * result = NULL;
1152 BOM *bom;
1164 find_terminator(char * buffer, int len, BOM *bom)
1311 BOM* bom;
1335 /* Look for BOM */
1339 debug(L"maybe_handle_shebang: BOM not found, using UTF-8\n");
1343 debug(L"maybe_handle_shebang: BOM found, code page %u\n",