/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-05-02-utf8.data | 1 # Invalid use of BOM
|
/external/icu/icu4c/source/samples/ugrep/ |
D | Makefile | 17 CHECK_ARGS=BOM readme.txt
|
D | readme.txt | 15 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/ |
D | spec-05-02-utf8.test | 3 # Invalid use of BOM
|
/external/clang/test/Index/ |
D | preamble-reparse-with-BOM.m | 8 // 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/ |
D | unicode.js | 36 BOM: 0xFEFF, property
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccapitst.c | 241 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/ |
D | ResponseFile.ll | 9 ; 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/ |
D | preprocessor.js | 32 this.pos = this.html.charCodeAt(0) === $.BOM ? 0 : -1;
|
/external/icu/icu4c/source/data/mappings/ |
D | convrtrs.txt | 155 # 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/ |
D | root.txt | 63 " --add-signature add a U+FEFF Unicode signature character (BOM)\n" 64 … " --remove-signature remove a U+FEFF Unicode signature character (BOM)\n"
|
D | fr.txt | 65 " --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/ |
D | domjs.test | 21 "description":"skip first BOM but not later ones",
|
/external/icu/icu4c/source/test/testdata/ |
D | conversion.txt | 58 // 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/ |
D | dumpICUrules.bat | 371 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/ |
D | Program.inc | 523 char BOM[2]; 525 memcpy(BOM, &src, 2); 526 OS.write(BOM, 2);
|
/external/tinyxml/ |
D | changes.txt | 207 - Documents loaded with the UTF-8 BOM will now save with the UTF-8 BOM. Good suggestion
|
/external/markdown/docs/ |
D | CHANGE_LOG | 74 Oct 30, 2007: Fixed BOM removal (thanks Malcolm Tredinnick). Fixed
|
/external/libxml2/os400/libxmlrpg/ |
D | encoding.rpgle | 32 * given to the parser itself. The BOM for UTF16 and the encoding
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
D | XLIFF2ICUConverter.java | 122 private static final String BOM = "\uFEFF"; field in XLIFF2ICUConverter 1253 byte[] bytes = BOM.getBytes(CHARSET); in writeBOM()
|
/external/expat/ |
D | Changes | 182 - Fix the UTF-8 BOM bug.
|
/external/tagsoup/ |
D | CHANGES | 55 Skip leading BOM
|
/external/libxml2/ |
D | NEWS | 817 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/ |
D | org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |