Home
last modified time | relevance | path

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

12

/external/snakeyaml/src/test/resources/pyyaml/
Dspec-05-02-utf8.data1 # Invalid use of BOM
/external/icu/icu4c/source/samples/ugrep/
DMakefile17 CHECK_ARGS=BOM readme.txt
Dreadme.txt15 begin with a BOM, in which case they are assumed to be in the UTF encoding
16 specified by the BOM. Program output is always in the system's default
/external/llvm/test/YAMLParser/
Dspec-05-02-utf8.test3 # Invalid use of BOM
/external/clang/test/Index/
Dpreamble-reparse-with-BOM.m8 // CHECK: preamble-reparse-with-BOM.m:2:12: ObjCInterfaceDecl=I2:2:12 Extent=[2:1 - 3:5]
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/common/
Dunicode.js36 BOM: 0xFEFF, property
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c241 UChar BOM = 0x0000; in TestConvert() local
725 …ucnv_setFromUCallBack(myConverter, otherUnicodeAction(MIA1), &BOM, &oldFromUAction, &oldFromUConte… in TestConvert()
732 if (MIA1_2 != otherUnicodeAction(MIA1) || MIA1Context2 != &BOM) in TestConvert()
739 … if (U_FAILURE(err) || oldFromUAction != otherUnicodeAction(MIA1) || oldFromUContext != &BOM) in TestConvert()
753 …ucnv_setFromUCallBack(myConverter, otherUnicodeAction(MIA1), &BOM, &oldFromUAction, &oldFromUConte… in TestConvert()
755 if(MIA1_2 == otherUnicodeAction(MIA1) || MIA1Context2 == &BOM){ in TestConvert()
765 … ucnv_setToUCallBack(myConverter,otherCharAction(MIA2), &BOM, &oldToUAction, &oldToUContext, &err); in TestConvert()
772 if (MIA2_2 != otherCharAction(MIA2) || MIA2Context2 != &BOM) in TestConvert()
779 if (U_FAILURE(err) || oldToUAction != otherCharAction(MIA2) || oldToUContext != &BOM) in TestConvert()
793 if (MIA2_2 == otherCharAction(MIA2) || MIA2Context2 == &BOM){ in TestConvert()
[all …]
/external/llvm/test/Other/
DResponseFile.ll9 ; When the response file begins with UTF8 BOM sequence, we shall remove them.
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/
Dpreprocessor.js32 this.pos = this.html.charCodeAt(0) === $.BOM ? 0 : -1;
/external/icu/icu4c/source/data/mappings/
Dconvrtrs.txt155 # The ICU 2.2 UTF-16/32 converters detect and write a BOM.
157 ibm-1204 { IBM* } # UTF-16 with IBM PUA and BOM sensitive
158 ibm-1205 { IBM } # UTF-16 BOM sensitive
208 ibm-1236 { IBM* } # UTF-32 with IBM PUA and BOM sensitive
209 ibm-1237 { IBM } # UTF-32 BOM sensitive
237 # "BOM" means the Unicode Byte Order Mark, which is the encoding-scheme-specific
239 # "Reverse BOM" means the BOM for the sibling encoding scheme with the
245 # From Unicode: Writes BOM.
246 # To Unicode: Detects and consumes BOM.
247 # If there is a "reverse BOM", Java throws
[all …]
/external/icu/icu4c/source/extra/uconv/resources/
Droot.txt63 " --add-signature add a U+FEFF Unicode signature character (BOM)\n"
64 … " --remove-signature remove a U+FEFF Unicode signature character (BOM)\n"
Dfr.txt65 " --add-signature add a U+FEFF Unicode signature character (BOM)\n"
66 " --remove-signature remove a U+FEFF Unicode signature character (BOM)\n"
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/
Ddomjs.test21 "description":"skip first BOM but not later ones",
/external/icu/icu4c/source/test/testdata/
Dconversion.txt58 // Java "Unicode" requires a BOM
66 // Java "UnicodeBig" requires a BE BOM or no BOM; it consumes the BE BOM
74 // Java "UnicodeLittle" requires an LE BOM or no BOM; it consumes the LE BOM
77 …{ "x-UTF-16LE-BOM", :bin{ feff6100 }, "\\xFE\\xFFa", :intvector{ 0,0,0,0,0,0,0,0,2 }, :int{1},…
1025 // Java "UnicodeBig" writes a BOM
1029 // Java "UnicodeLittle" writes a BOM
1218 // UTF-16/32: do not output a BOM if there is no data at all
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DdumpICUrules.bat371 my $BOM = pack("C3", 239, 187, 191); # a UTF8 byte order mark
384 # Look for and delete BOM
386 s/^$BOM//;
/external/llvm/lib/Support/Windows/
DProgram.inc523 char BOM[2];
525 memcpy(BOM, &src, 2);
526 OS.write(BOM, 2);
/external/tinyxml/
Dchanges.txt207 - Documents loaded with the UTF-8 BOM will now save with the UTF-8 BOM. Good suggestion
/external/markdown/docs/
DCHANGE_LOG74 Oct 30, 2007: Fixed BOM removal (thanks Malcolm Tredinnick). Fixed
/external/libxml2/os400/libxmlrpg/
Dencoding.rpgle32 * given to the parser itself. The BOM for UTF16 and the encoding
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java122 private static final String BOM = "\uFEFF"; field in XLIFF2ICUConverter
1253 byte[] bytes = BOM.getBytes(CHARSET); in writeBOM()
/external/expat/
DChanges182 - Fix the UTF-8 BOM bug.
/external/tagsoup/
DCHANGES55 Skip leading BOM
/external/libxml2/
DNEWS817 XML/HTML/XHTML, handle leading BOM in HTML documents
877 functions on memory errors, BOM handling in external parsed entities
1016 meta encoding indications, bugs with encoding BOM and xmlSaveDoc,
1265 UTF-16 with BOM on DTDs (William), namespace bug on empty elements in
1552 - UTF-16 cleanup and BOM issues (William Brack)
1702 (Rob Richards), hexBinary type (), UTF-16 BOM (Dodji Seketeli),
2167 - added support for UTF8 BOM at beginning of entities
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.core.contenttype_3.5.0.v20150421-2214.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...

12