/frameworks/base/core/java/android/text/method/ |
SingleLineTransformationMethod.java | 47 * the character \r is replaced with is FEFF (zero width space).
|
/external/icu4c/tools/genbrk/ |
genbrk.1.in | 84 .B U+FEFF,
|
/external/icu4c/tools/genctd/ |
genctd.1.in | 85 .B U+FEFF,
|
/external/icu4c/extra/uconv/ |
uconv.cpp | 473 CNV_NO_FEFF, // cannot convert the U+FEFF Unicode signature character (BOM) 474 CNV_WITH_FEFF, // can convert the U+FEFF signature character 475 CNV_ADDS_FEFF // automatically adds/detects the U+FEFF signature character 495 // test if the output charset can convert U+FEFF 502 result = CNV_NO_FEFF; // an error occurred or U+FEFF cannot be converted 546 // +1 for an added U+FEFF in the intermediate Unicode buffer 573 int8_t signature; // add (1) or remove (-1) a U+FEFF Unicode signature character 834 // remove a U+FEFF Unicode signature character if requested 893 // add a U+FEFF Unicode signature character if requested [all...] |
uconv.1.in | 250 Add a U+FEFF Unicode signature character (BOM) if the output charset 254 Remove a U+FEFF Unicode signature character (BOM).
|
/external/icu4c/tools/toolutil/ |
ucbuf.c | 65 /* unread the bytes beyond what was consumed for U+FEFF */ 79 /* convert and ignore initial U+FEFF, and the buffer overflow */ 88 /* verify that we successfully read exactly U+FEFF */ 595 /* convert and ignore initial U+FEFF, and the buffer overflow */ 603 /* verify that we successfully read exactly U+FEFF */
|
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
CharsetTest.java | 85 // Accepts a big-endian BOM and includes U+FEFF in the decoded output. 95 // Accepts a little-endian BOM and includes U+FEFF in the decoded output.
|
/external/icu4c/tools/genrb/ |
derb.1.in | 166 .B U+FEFF
|
/libcore/luni/src/main/java/java/nio/charset/ |
Charset.java | 66 * character U+FEFF used to determine the endianness of a sequence. The corresponding byte-swapped 73 * corresponding to the UTF-8 encoding of U+FEFF ({@code 0xef, 0xbb, 0xbf}) would only serve to 74 * suggest that you're reading UTF-8. Note that BOMs are decoded as the U+FEFF character, and 104 * <p>The phrase "includes BOM" means that the output includes the U+FEFF byte order mark character.
|
/external/icu4c/data/sprep/ |
rfc3530mixp.txt | 448 FEFF; ; MAP 489 FEFF; ; PROHIBITED
|
rfc4011.txt | 447 FEFF; ; MAP 473 FEFF; ; PROHIBITED
|
rfc3920res.txt | 448 FEFF; ; MAP 496 FEFF; ; PROHIBITED
|
rfc4013.txt | 464 FEFF; ; PROHIBITED 594 FEFF; ; MAP
|
rfc3530cs.txt | 447 FEFF; ; MAP
|
rfc4505.txt | 441 FEFF; ; PROHIBITED
|
/external/icu4c/test/testdata/ |
nfs4_mixed_prep_p.txt | 439 FEFF; ; MAP 480 FEFF; ; PROHIBITED
|
nfs4_cs_prep_cs.txt | 439 FEFF; ; MAP
|
/external/chromium/base/json/ |
json_reader.h | 17 // stream may start with a Unicode Byte-Order-Mark (U+FEFF), i.e. the input
|
json_reader.cc | 160 // BOM (U+FEFF). To avoid the JSONReader::BuildValue() function from
|
/external/icu4c/test/cintltst/ |
bocu1tst.c | 933 static const UChar feff[]={ 0xfeff }; variable 953 { feff, LENGTHOF(feff) },
|
ucnvseltst.c | 210 s += 3; /* skip the UTF-8 signature byte sequence (U+FEFF) */
|
/external/icu4c/tools/gensprep/ |
filterRFC3454.pl | 353 print $outFH "FEFF; ; MAP\n"; 411 # 206A-206F, FEFF, FFF9-FFFB, 1D173-1D17A, E0001, E0020-E007F. 494 print $outFH "FEFF; ; MAP\n";
|
/external/icu4c/data/unidata/ |
Blocks.txt | 180 FE70..FEFF; Arabic Presentation Forms-B
|
/external/linux-tools-perf/util/ |
config.c | 216 /* U+FEFF Byte Order Mark in UTF8 */
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.4.11-1.js | 455 // Range: U+FE70 to U+FEFF
|