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

1 2 3 4 5 6

  /external/valgrind/main/none/tests/s390x/
cu42.stdout.exp 51 UTF16: d800 dc00
55 UTF16: d800 dc00 dbff dfff
59 UTF16: d800 dc00 dbff dfff d800 dd23 d84d dc56
159 UTF16: d800 dc00 dbff dfff d800 dd23 d84d dc56 d9a2 ddab dbc0 dc00
  /external/chromium_org/third_party/sqlite/src/test/
tkt-3fe897352e.test 33 INSERT INTO t1 VALUES(hex_to_utf16be('D800'));
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1415.js 29 // U+D800
  /external/v8/test/mjsunit/regress/
regress-1415.js 29 // U+D800
  /external/chromium/base/third_party/icu/
icu_utf.h 66 * - single surrogate code points (U+d800..U+dfff, 2048 code points)
71 * This means that all code points below U+d800 are character code points,
85 * Is this code point a surrogate (U+d800..U+dfff)?
247 * Is this code unit a lead surrogate (U+d800..U+dbff)?
263 * Is this code unit a surrogate (U+d800..U+dfff)?
291 * @param lead lead surrogate (U+d800..U+dbff)
304 * @return lead surrogate (U+d800..U+dbff) for supplementary
  /external/chromium_org/base/third_party/icu/
icu_utf.h 66 * - single surrogate code points (U+d800..U+dfff, 2048 code points)
71 * This means that all code points below U+d800 are character code points,
85 * Is this code point a surrogate (U+d800..U+dfff)?
247 * Is this code unit a lead surrogate (U+d800..U+dbff)?
263 * Is this code unit a surrogate (U+d800..U+dfff)?
291 * @param lead lead surrogate (U+d800..U+dbff)
304 * @return lead surrogate (U+d800..U+dbff) for supplementary
  /external/chromium_org/third_party/icu/source/common/unicode/
utf.h 152 * - single surrogate code points (U+d800..U+dfff, 2048 code points)
157 * This means that all code points below U+d800 are character code points,
187 * Is this code point a lead surrogate (U+d800..U+dbff)?
203 * Is this code point a surrogate (U+d800..U+dfff)?
utf16.h 53 * Is this code unit a lead surrogate (U+d800..U+dbff)?
69 * Is this code unit a surrogate (U+d800..U+dfff)?
106 * @param lead lead surrogate (U+d800..U+dbff)
119 * @return lead surrogate (U+d800..U+dbff) for supplementary
  /external/chromium_org/third_party/icu/source/common/
unormcmp.cpp 501 * example: { d800 d800 dc01 } vs. { d800 dc00 }, compare at second code units
502 * c1=d800 cp1=10001 c2=dc00 cp2=10000
503 * cp1-cp2>0 but c1-c2<0 and in fact in UTF-32 it is { d800 10001 } < { 10000 }
516 /* part of a surrogate pair, leave >=d800 */
518 /* BMP code point - may be surrogate code point - make <d800 */
526 /* part of a surrogate pair, leave >=d800 */
528 /* BMP code point - may be surrogate code point - make <d800 */
ustrcase.c 909 * example: { d800 d800 dc01 } vs. { d800 dc00 }, compare at second code units
910 * c1=d800 cp1=10001 c2=dc00 cp2=10000
911 * cp1-cp2>0 but c1-c2<0 and in fact in UTF-32 it is { d800 10001 } < { 10000 }
924 /* part of a surrogate pair, leave >=d800 */
926 /* BMP code point - may be surrogate code point - make <d800 */
934 /* part of a surrogate pair, leave >=d800 */
936 /* BMP code point - may be surrogate code point - make <d800 */
ustring.c 797 /* part of a surrogate pair, leave >=d800 */
799 /* BMP code point - may be surrogate code point - make <d800 */
807 /* part of a surrogate pair, leave >=d800 */
809 /* BMP code point - may be surrogate code point - make <d800 */
859 /* part of a surrogate pair, leave >=d800 */
861 /* BMP code point - may be surrogate code point - make <d800 */
869 /* part of a surrogate pair, leave >=d800 */
871 /* BMP code point - may be surrogate code point - make <d800 */
898 /* iff a surrogate is part of a surrogate pair, leave >=d800 */
901 /* lead surrogate code point - make <d800 */
    [all...]
bmpset.h 131 * Bits for 0..7FF (non-shortest forms) and D800..DFFF are set to
  /external/chromium_org/third_party/icu/source/test/testdata/
testnorm.txt 59 D800>D7FF # surrogates with mappings, and mappings to empty strings
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unilib.cc 37 // Surrogates: U+D800 to U+DFFF
  /external/icu4c/common/unicode/
utf.h 135 * - single surrogate code points (U+d800..U+dfff, 2048 code points)
140 * This means that all code points below U+d800 are character code points,
170 * Is this code point a lead surrogate (U+d800..U+dbff)?
186 * Is this code point a surrogate (U+d800..U+dfff)?
  /external/icu4c/common/
unormcmp.cpp 501 * example: { d800 d800 dc01 } vs. { d800 dc00 }, compare at second code units
502 * c1=d800 cp1=10001 c2=dc00 cp2=10000
503 * cp1-cp2>0 but c1-c2<0 and in fact in UTF-32 it is { d800 10001 } < { 10000 }
516 /* part of a surrogate pair, leave >=d800 */
518 /* BMP code point - may be surrogate code point - make <d800 */
526 /* part of a surrogate pair, leave >=d800 */
528 /* BMP code point - may be surrogate code point - make <d800 */
ustrcase.cpp 730 * example: { d800 d800 dc01 } vs. { d800 dc00 }, compare at second code units
731 * c1=d800 cp1=10001 c2=dc00 cp2=10000
732 * cp1-cp2>0 but c1-c2<0 and in fact in UTF-32 it is { d800 10001 } < { 10000 }
745 /* part of a surrogate pair, leave >=d800 */
747 /* BMP code point - may be surrogate code point - make <d800 */
755 /* part of a surrogate pair, leave >=d800 */
757 /* BMP code point - may be surrogate code point - make <d800 */
ustring.cpp 798 /* part of a surrogate pair, leave >=d800 */
800 /* BMP code point - may be surrogate code point - make <d800 */
808 /* part of a surrogate pair, leave >=d800 */
810 /* BMP code point - may be surrogate code point - make <d800 */
860 /* part of a surrogate pair, leave >=d800 */
862 /* BMP code point - may be surrogate code point - make <d800 */
870 /* part of a surrogate pair, leave >=d800 */
872 /* BMP code point - may be surrogate code point - make <d800 */
899 /* iff a surrogate is part of a surrogate pair, leave >=d800 */
902 /* lead surrogate code point - make <d800 */
    [all...]
  /external/icu4c/test/testdata/
testnorm.txt 59 D800>D7FF # surrogates with mappings, and mappings to empty strings
  /libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
UTF16BECharsetEncoderTest.java 76 // 1st byte: d800-dbff
UTF16LECharsetEncoderTest.java 76 // 1st byte: d800-dbff
UTFCharsetEncoderTest.java 65 // 1st byte: d800-dbff
UTF16CharsetEncoderTest.java 79 // 1st byte: d800-dbff
  /external/qemu/distrib/sdl-1.2.15/test/
utf8.txt 262 5.1.1 U+D800 = ed a0 80 = "?" |
272 5.2.1 U+D800 U+DC00 = ed a0 80 ed b0 80 = "??" |
273 5.2.2 U+D800 U+DFFF = ed a0 80 ed bf bf = "??" |
  /external/chromium_org/third_party/icu/source/tools/makeconv/
genmbcs.h 79 * At U+d800 there are mostly surrogates, private use codes, compatibility characters, etc.

Completed in 1194 milliseconds

1 2 3 4 5 6