/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 1867 // Unicode charsets that do not map surrogate code points 1911 // Unicode charsets that do map surrogate code points
|
/external/clang/test/SemaCXX/ |
D | enable_if.cpp | 4 int surrogate(int); 22 …operator fp() __attribute__((enable_if(false, "never enabled"))) { return surrogate; } // expecte… in operator fp()
|
/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/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/jsoncpp/doc/ |
D | roadmap.dox | 36 - Adds more tests for unicode parsing (e.g. including surrogate and error detection).
|
/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 | 368 UChar surrogate[2]; in appendReplacement() local 369 surrogate[0] = U16_LEAD(escapedChar); in appendReplacement() 370 surrogate[1] = U16_TRAIL(escapedChar); in appendReplacement() 372 destLen += utext_replace(dest, destLen, destLen, surrogate, 2, &status); in appendReplacement() 390 UChar surrogate[2]; in appendReplacement() local 391 surrogate[0] = U16_LEAD(c); in appendReplacement() 392 surrogate[1] = U16_TRAIL(c); in appendReplacement() 394 destLen += utext_replace(dest, destLen, destLen, surrogate, 2, &status); in appendReplacement() 404 UChar surrogate[2]; in appendReplacement() local 405 surrogate[0] = U16_LEAD(c); in appendReplacement() [all …]
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tokenization/ |
D | test2.test | 75 {"description":"Hexadecimal entity pair representing a surrogate pair",
|
/external/lzma/ |
D | history.txt | 24 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/clang/include/clang/Basic/ |
D | DiagnosticLexKinds.td | 127 "universal character name refers to a surrogate character">,
|
/external/harfbuzz_ng/ |
D | NEWS | 251 - Coretext: better handle surrogate pairs.
|
/external/v8/test/mozilla/ |
D | mozilla.status | 462 # We do not check for bad surrogate pairs when quoting strings.
|
/external/pcre/dist/doc/ |
D | pcre.txt | 438 because those are "surrogate" values that are used in pairs to encode 462 PCRE_UTF16_ERR1 Missing low surrogate at end of string 463 PCRE_UTF16_ERR2 Invalid low surrogate follows high surrogate 464 PCRE_UTF16_ERR3 Isolated low surrogate 769 because those are "surrogate" values that are ill-formed in UTF-32. 4571 derived properties Any and L&. PCRE does support the Cs (surrogate) 5109 called "surrogate" codepoints), and 0xffef. 8128 ing the surrogate area. (From release 8.33 the so-called "non-charac- 8136 other words, the whole surrogate thing is a fudge for UTF-16 which 8167 surrogate range U+D800 to U+DFFF are independent code points. Values in [all …]
|
/external/pcre/dist/ |
D | ChangeLog | 946 9. The invalid Unicode surrogate codepoints U+D800 to U+DFFF are now rejected 2733 the "low surrogate" sequence 0xD800 to 0xDFFF. Previously, PCRE allowed the
|
/external/v8/ |
D | ChangeLog | 5000 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
|
/external/icu/icu4c/source/data/unidata/norm2/ |
D | uts46.txt | 4153 D800..DFFF >FFFD # 2.0 <surrogate-D800>..<surrogate-DFFF>
|
/external/icu/icu4c/source/data/mappings/ |
D | ibm-1399_P110-2003.ucm | 21 # includes mappings for surrogate pairs
|
D | ibm-16684_P110-2003.ucm | 20 # includes mappings for surrogate pairs
|
D | ibm-1390_P110-2003.ucm | 21 # includes mappings for surrogate pairs
|