/toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/ |
rd-bkw3b.d | 42 40: d800 .*
|
brokw-3.d | 36 [ ]+3c:[ ]+d800[ ]+case 110: -> (0x)?e6( <.*)?
|
/external/flac/libFLAC/ |
format.c | 326 /* illegal surrogates check (U+D800...U+DFFF and U+FFFE...U+FFFF) */ 327 if (utf8[0] == 0xED && (utf8[1] & 0xE0) == 0xA0) /* D800-DFFF */
|
/external/icu/icu4c/source/data/sprep/ |
rfc3530mixp.txt | 402 1D800..1FFFD; ; UNASSIGNED 530 D800..DFFF; ; PROHIBITED
|
rfc3920res.txt | 402 1D800..1FFFD; ; UNASSIGNED 537 D800..DFFF; ; PROHIBITED
|
rfc4013.txt | 402 1D800..1FFFD; ; UNASSIGNED 505 D800..DFFF; ; PROHIBITED
|
rfc4518.txt | 401 1D800..1FFFD; ; UNASSIGNED 454 D800..DFFF; ; PROHIBITED
|
/external/v8/src/inspector/ |
string-16.cc | 179 * Is this code point a surrogate (U+d800..U+dfff)? 190 * @return lead surrogate (U+d800..U+dbff) for supplementary
|
/external/icu/icu4c/source/common/unicode/ |
ustring.h | 453 * because they are stored as pairs of surrogates which are at U+d800..U+dfff. 511 * because they are stored as pairs of surrogates which are at U+d800..U+dfff. [all...] |
utf_old.h | 247 * Is this code unit or code point a surrogate (U+d800..U+dfff)? 267 * - single surrogate code points (U+d800..U+dfff, 2048 code points) 272 * This means that all code points below U+d800 are character code points, [all...] |
/external/pcre/dist2/testdata/ |
testoutput12-16 | 35 First code unit = \x{d800} 72 First code unit = \x{d800} 512 XX\x{d800}\=no_utf_check 523 XX\x{d800} 535 XX\x{d800}\x{1234} 538 XX\x{d800}\=offset=3 542 XX\x{d800}\=offset=3 [all...] |
testoutput12-32 | 507 XX\x{d800}\=no_utf_check 518 XX\x{d800} 530 XX\x{d800}\x{1234} 533 XX\x{d800}\=offset=3 537 XX\x{d800}\=offset=3 [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
Trie.java | 346 // fastpath for the part of the BMP below surrogates (D800) where getRawOffset() works
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
Trie.java | 345 // fastpath for the part of the BMP below surrogates (D800) where getRawOffset() works
|
/external/valgrind/none/tests/s390x/ |
cu12.stdout.exp | 442 UTF16: d800 d7c0 d03f d7ff d2bb 774 UTF16: d800 dc00 779 UTF16: d800 dc3f 998 UTF16: d800 dc00 [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
CharsetEncoderTest.java | 252 // 1st byte: d800-dbff 529 // 1st byte: d800-dbff [all...] |
/art/test/dexdump/ |
bytecodes.txt | 653 000cc2: d800 001f |000f: add-int/lit8 v0, v0, #int 31 // #1f [all...] |
checkers.txt | 151 001590: d800 0001 |0038: add-int/lit8 v0, v0, #int 1 // #01 [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
UTF16.java | [all...] |
/external/icu/icu4c/source/common/ |
bmpset.cpp | 227 * Need to set 0 values for surrogates D800..DFFF.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
UTF16.java | [all...] |
/external/pcre/dist2/src/ |
pcre2_jit_test.c | [all...] |
/external/unicode/ |
harness.c | 176 /* skip result checking for all but 0000d800, which we know to be illegal */
|
/prebuilts/go/darwin-x86/src/unicode/utf8/ |
utf8_test.go | 466 {string("\xed\xa0\x80"), false}, // U+D800 high surrogate (sic)
|
/prebuilts/go/linux-x86/src/unicode/utf8/ |
utf8_test.go | 466 {string("\xed\xa0\x80"), false}, // U+D800 high surrogate (sic)
|