/external/icu/icu4c/source/test/testdata/ |
D | GraphemeBreakTest.txt | 49 ÷ 0020 ÷ D800 ÷ # ÷ [0.2] SPACE (Other) ÷ [5.0] <surrogate-D800> (Control) ÷ [0.3] 50 … # ÷ [0.2] SPACE (Other) × [9.0] COMBINING DIAERESIS (Extend) ÷ [5.0] <surrogate-D800> (Control) … 77 ÷ 000D ÷ D800 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <surrogate-D800> (Control) ÷ [0.3] 78 …ARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend) ÷ [5.0] <surrogate-D800> (Control) … 105 ÷ 000A ÷ D800 ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [4.0] <surrogate-D800> (Control) ÷ [0.3] 106 ….2] <LINE FEED (LF)> (LF) ÷ [4.0] COMBINING DIAERESIS (Extend) ÷ [5.0] <surrogate-D800> (Control) … 133 ÷ 0001 ÷ D800 ÷ # ÷ [0.2] <START OF HEADING> (Control) ÷ [4.0] <surrogate-D800> (Control) ÷ [0.3] 134 …ART OF HEADING> (Control) ÷ [4.0] COMBINING DIAERESIS (Extend) ÷ [5.0] <surrogate-D800> (Control) … 161 ÷ 0300 ÷ D800 ÷ # ÷ [0.2] COMBINING GRAVE ACCENT (Extend) ÷ [5.0] <surrogate-D800> (Control) ÷ [0.… 162 …ING GRAVE ACCENT (Extend) × [9.0] COMBINING DIAERESIS (Extend) ÷ [5.0] <surrogate-D800> (Control) … [all …]
|
D | test2.ucm | 51 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
|
D | test3.ucm | 52 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
|
D | test4.ucm | 45 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
|
D | conversion.txt | 1156 "\uD87E", // lone surrogate can cause an offset overflow 1163 "\uD87E", // lone surrogate can cause an offset overflow 1274 // There will be a partial match up to the lead surrogate of U+603ff 1874 // Unicode charsets that do not map surrogate code points 1918 // Unicode charsets that do map surrogate code points
|
/external/icu/icu4c/source/test/intltest/ |
D | itercoll.cpp | 253 UnicodeString surrogate = UNICODE_STRING_SIMPLE("\\ud800\\udc00str").unescape(); in TestOffset() local 254 iter = tailored.createCollationElementIterator(surrogate); in TestOffset() 264 surrogate = UNICODE_STRING_SIMPLE("simple\\ud800\\udc00str").unescape(); in TestOffset() 265 iter = tailored.createCollationElementIterator(surrogate); in TestOffset()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationIteratorTest.java | 283 String surrogate = "\ud800\udc00str"; in TestOffset() local 284 iter = tailored.getCollationElementIterator(surrogate); in TestOffset() 291 surrogate = "simple\ud800\udc00str"; in TestOffset() 292 iter = tailored.getCollationElementIterator(surrogate); in TestOffset()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationIteratorTest.java | 279 String surrogate = "\ud800\udc00str"; in TestOffset() local 280 iter = tailored.getCollationElementIterator(surrogate); in TestOffset() 287 surrogate = "simple\ud800\udc00str"; in TestOffset() 288 iter = tailored.getCollationElementIterator(surrogate); in TestOffset()
|
/external/clang/test/SemaCXX/ |
D | enable_if.cpp | 4 int surrogate(int); 31 …operator fp() __attribute__((enable_if(false, "never enabled"))) { return surrogate; } // expecte… in operator fp()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
D | BagFormatter.java | 335 UnicodeSet surrogate; field in BagFormatter.NameLabel 341 surrogate = source.getSet("gc=Cs"); in NameLabel() 358 if (surrogate.contains(codePoint)) { in getValue()
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/ |
D | BagFormatter.java | 334 UnicodeSet surrogate; field in BagFormatter.NameLabel 340 surrogate = source.getSet("gc=Cs"); in NameLabel() 357 if (surrogate.contains(codePoint)) { in getValue()
|
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 364 UChar surrogate[2]; in appendReplacement() local 365 surrogate[0] = U16_LEAD(escapedChar); in appendReplacement() 366 surrogate[1] = U16_TRAIL(escapedChar); in appendReplacement() 368 destLen += utext_replace(dest, destLen, destLen, surrogate, 2, &status); in appendReplacement() 386 UChar surrogate[2]; in appendReplacement() local 387 surrogate[0] = U16_LEAD(c); in appendReplacement() 388 surrogate[1] = U16_TRAIL(c); in appendReplacement() 390 destLen += utext_replace(dest, destLen, destLen, surrogate, 2, &status); in appendReplacement() 400 UChar surrogate[2]; in appendReplacement() local 401 surrogate[0] = U16_LEAD(c); in appendReplacement() [all …]
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tokenization/ |
D | test2.test | 75 {"description":"Hexadecimal entity pair representing a surrogate pair",
|
/external/lzma/DOC/ |
D | lzma-history.txt | 59 incorrectly converted surrogate characters (the code >= 0x10000) to UTF-8.
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccapitst.c | 3504 static const UChar surrogate[1]={ 0xd900 }; in TestSubstString() local 3521 length=ucnv_fromUChars(cnv, buffer, (int32_t)sizeof(buffer), surrogate, 1, &errorCode); in TestSubstString() 3536 length=ucnv_fromUChars(cnv, buffer, (int32_t)sizeof(buffer), surrogate, 1, &errorCode); in TestSubstString()
|
/external/regex-re2/doc/ |
D | syntax.txt | 193 Cs surrogate
|
/external/unicode/ |
D | DerivedAge.txt | 17 # a noncharacter code point; or a surrogate code point. 30 # types: graphic, format, control, private-use, surrogate, noncharacter 381 D800..DFFF ; 2.0 # [2048] <surrogate-D800>..<surrogate-DFFF>
|
/external/clang/include/clang/Basic/ |
D | DiagnosticLexKinds.td | 125 "universal character name refers to a surrogate character">,
|
/external/v8/test/mozilla/ |
D | mozilla.status | 509 # We do not check for bad surrogate pairs when quoting strings.
|
/external/harfbuzz_ng/ |
D | NEWS | 576 - Coretext: better handle surrogate pairs.
|
/external/pcre/dist/doc/ |
D | pcre.txt | 449 because those are "surrogate" values that are used in pairs to encode 473 PCRE_UTF16_ERR1 Missing low surrogate at end of string 474 PCRE_UTF16_ERR2 Invalid low surrogate follows high surrogate 475 PCRE_UTF16_ERR3 Isolated low surrogate 780 because those are "surrogate" values that are ill-formed in UTF-32. 4582 derived properties Any and L&. PCRE does support the Cs (surrogate) 5133 called "surrogate" codepoints), and 0xffef. 8152 ing the surrogate area. (From release 8.33 the so-called "non-charac- 8160 other words, the whole surrogate thing is a fudge for UTF-16 which 8191 surrogate range U+D800 to U+DFFF are independent code points. Values in [all …]
|
/external/ImageMagick/Magick++/ |
D | ChangeLog | 976 draw() methods via the surrogate class Drawable. The upshot of
|
/external/pcre/dist/ |
D | ChangeLog | 1289 9. The invalid Unicode surrogate codepoints U+D800 to U+DFFF are now rejected 3076 the "low surrogate" sequence 0xD800 to 0xDFFF. Previously, PCRE allowed the
|
/external/v8/ |
D | ChangeLog | 10804 Correctly expand literal buffer for surrogate pairs (Chromium issue 15939 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
|
/external/icu/icu4c/source/data/unidata/norm2/ |
D | uts46.txt | 4260 D800..DFFF >FFFD # 2.0 <surrogate-D800>..<surrogate-DFFF>
|