/prebuilts/go/darwin-x86/test/ |
bombad.go | 8 // because the BOM muddles the 14 ?// There's a bom here. // ERROR "BOM" 15 //? And here. // ERROR "BOM" 16 /*? And here.*/ // ERROR "BOM" 17 println("hi? there") // and here // ERROR "BOM"
|
bom.go | 17 prog = strings.Replace(prog, "BOM", "\uFEFF", -1) 21 var prog = `BOM
|
/prebuilts/go/linux-x86/test/ |
bombad.go | 8 // because the BOM muddles the 14 ?// There's a bom here. // ERROR "BOM" 15 //? And here. // ERROR "BOM" 16 /*? And here.*/ // ERROR "BOM" 17 println("hi? there") // and here // ERROR "BOM"
|
bom.go | 17 prog = strings.Replace(prog, "BOM", "\uFEFF", -1) 21 var prog = `BOM
|
/external/icu/icu4c/source/samples/ugrep/ |
Makefile | 17 CHECK_ARGS=BOM readme.txt
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
libc.go | 9 BOM = 0xFEFF
|
/prebuilts/go/darwin-x86/test/fixedbugs/issue5260.dir/ |
a.go | 7 const BOM = "\uFEFF"
|
b.go | 10 _ = a.BOM
|
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
libc.go | 9 BOM = 0xFEFF
|
/prebuilts/go/linux-x86/test/fixedbugs/issue5260.dir/ |
a.go | 7 const BOM = "\uFEFF"
|
b.go | 10 _ = a.BOM
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue5260.go | 7 // Issue 5260: Unicode BOM in exported string constant
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue5260.go | 7 // Issue 5260: Unicode BOM in exported string constant
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
libc.go | 12 BOM = 0xFEFF
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
libc.go | 12 BOM = 0xFEFF
|
/libcore/ojluni/src/main/resources/sun/nio/cs/ |
standard-charsets | 83 charset x-UTF-16LE-BOM UTF_16LE_BOM 98 charset X-UTF-32LE-BOM UTF_32LE_BOM 100 alias UTF-32LE-BOM 102 charset X-UTF-32BE-BOM UTF_32BE_BOM 104 alias UTF-32BE-BOM
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/common/ |
unicode.js | 36 BOM: 0xFEFF,
|
/external/v8/test/mjsunit/ |
whitespaces.js | 12 0xFEFF, // Byte Order Mark BOM
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
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/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tokenization/ |
preprocessor.js | 32 this.pos = this.html.charCodeAt(0) === $.BOM ? 0 : -1;
|
/prebuilts/go/darwin-x86/src/text/scanner/ |
scanner_test.go | 383 const BOM = '\uFEFF' 384 BOMs := string(BOM) 386 checkTok(t, s, 1, s.Scan(), Ident, "if") // the first BOM is ignored 399 checkTok(t, s, 3, s.Scan(), BOM, BOMs)
|
/prebuilts/go/linux-x86/src/text/scanner/ |
scanner_test.go | 383 const BOM = '\uFEFF' 384 BOMs := string(BOM) 386 checkTok(t, s, 1, s.Scan(), Ident, "if") // the first BOM is ignored 399 checkTok(t, s, 3, s.Scan(), BOM, BOMs)
|
/prebuilts/go/darwin-x86/src/go/scanner/ |
scanner_test.go | 349 "\ufeff#;", // first BOM is ignored 725 {"\ufeff\ufeff", token.ILLEGAL, 3, "\ufeff\ufeff", "illegal byte order mark"}, // only first BOM is ignored 726 {"//\ufeff", token.COMMENT, 2, "//\ufeff", "illegal byte order mark"}, // only first BOM is ignored 727 {"'\ufeff" + `'`, token.CHAR, 1, "'\ufeff" + `'`, "illegal byte order mark"}, // only first BOM is ignored 728 {`"` + "abc\ufeffdef" + `"`, token.STRING, 4, `"` + "abc\ufeffdef" + `"`, "illegal byte order mark"}, // only first BOM is ignored
|
/prebuilts/go/linux-x86/src/go/scanner/ |
scanner_test.go | 349 "\ufeff#;", // first BOM is ignored 725 {"\ufeff\ufeff", token.ILLEGAL, 3, "\ufeff\ufeff", "illegal byte order mark"}, // only first BOM is ignored 726 {"//\ufeff", token.COMMENT, 2, "//\ufeff", "illegal byte order mark"}, // only first BOM is ignored 727 {"'\ufeff" + `'`, token.CHAR, 1, "'\ufeff" + `'`, "illegal byte order mark"}, // only first BOM is ignored 728 {`"` + "abc\ufeffdef" + `"`, token.STRING, 4, `"` + "abc\ufeffdef" + `"`, "illegal byte order mark"}, // only first BOM is ignored
|
/external/icu/icu4c/source/test/cintltst/ |
ccapitst.c | 241 UChar BOM = 0x0000; 725 ucnv_setFromUCallBack(myConverter, otherUnicodeAction(MIA1), &BOM, &oldFromUAction, &oldFromUContext, &err); 732 if (MIA1_2 != otherUnicodeAction(MIA1) || MIA1Context2 != &BOM) 739 if (U_FAILURE(err) || oldFromUAction != otherUnicodeAction(MIA1) || oldFromUContext != &BOM) 753 ucnv_setFromUCallBack(myConverter, otherUnicodeAction(MIA1), &BOM, &oldFromUAction, &oldFromUContext, &err); 755 if(MIA1_2 == otherUnicodeAction(MIA1) || MIA1Context2 == &BOM){ 765 ucnv_setToUCallBack(myConverter,otherCharAction(MIA2), &BOM, &oldToUAction, &oldToUContext, &err); 772 if (MIA2_2 != otherCharAction(MIA2) || MIA2Context2 != &BOM) 779 if (U_FAILURE(err) || oldToUAction != otherCharAction(MIA2) || oldToUContext != &BOM) 793 if (MIA2_2 == otherCharAction(MIA2) || MIA2Context2 == &BOM){ [all...] |