HomeSort by relevance Sort by last modified time
    Searched full:feff (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /frameworks/base/core/java/android/text/method/
SingleLineTransformationMethod.java 47 * the character \r is replaced with is FEFF (zero width space).
  /external/chromium/third_party/icu/source/tools/genbrk/
genbrk.1.in 84 .B U+FEFF,
  /external/chromium/third_party/icu/source/tools/genctd/
genctd.1.in 85 .B U+FEFF,
  /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 499 CNV_NO_FEFF, // cannot convert the U+FEFF Unicode signature character (BOM)
500 CNV_WITH_FEFF, // can convert the U+FEFF signature character
501 CNV_ADDS_FEFF // automatically adds/detects the U+FEFF signature character
521 // test if the output charset can convert U+FEFF
528 result = CNV_NO_FEFF; // an error occurred or U+FEFF cannot be converted
572 // +1 for an added U+FEFF in the intermediate Unicode buffer
599 int8_t signature; // add (1) or remove (-1) a U+FEFF Unicode signature character
860 // remove a U+FEFF Unicode signature character if requested
919 // 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/chromium/third_party/icu/source/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 */
  /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/chromium/third_party/icu/source/tools/genrb/
derb.1.in 166 .B U+FEFF
  /external/icu4c/tools/genrb/
derb.1.in 166 .B U+FEFF
  /libcore/luni/src/main/java/java/nio/charset/
Charset.java 68 * character U+FEFF used to determine the endianness of a sequence. The corresponding byte-swapped
75 * corresponding to the UTF-8 encoding of U+FEFF ({@code 0xef, 0xbb, 0xbf}) would only serve to
76 * suggest that you're reading UTF-8. Note that BOMs are decoded as the U+FEFF character, and
106 * <p>The phrase "includes BOM" means that the output includes the U+FEFF byte order mark character.
  /external/chromium/third_party/icu/source/data/sprep/
rfc3530mixp.txt 448 FEFF; ; MAP
489 FEFF; ; PROHIBITED
rfc4011.txt 447 FEFF; ; MAP
473 FEFF; ; PROHIBITED
  /external/chromium/third_party/icu/source/test/testdata/
nfs4_mixed_prep_p.txt 439 FEFF; ; MAP
480 FEFF; ; PROHIBITED
  /external/icu4c/data/sprep/
rfc3530mixp.txt 448 FEFF; ; MAP
489 FEFF; ; PROHIBITED
rfc4011.txt 447 FEFF; ; MAP
473 FEFF; ; PROHIBITED
  /external/icu4c/test/testdata/
nfs4_mixed_prep_p.txt 439 FEFF; ; MAP
480 FEFF; ; PROHIBITED
  /external/chromium/base/json/
json_reader.h 17 // stream may start with a Unicode Byte-Order-Mark (U+FEFF), i.e. the input
  /external/chromium/third_party/icu/source/test/cintltst/
bocu1tst.c 932 static const UChar feff[]={ 0xfeff }; variable
952 { feff, LENGTHOF(feff) },
  /external/chromium/third_party/icu/source/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/test/cintltst/
bocu1tst.c 933 static const UChar feff[]={ 0xfeff }; variable
953 { feff, LENGTHOF(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/chromium/third_party/icu/source/data/unidata/
Blocks.txt 163 FE70..FEFF; Arabic Presentation Forms-B

Completed in 731 milliseconds

1 2 3 4 5