Home
last modified time | relevance | path

Searched refs:surrogate (Results 1 – 25 of 33) sorted by relevance

12

/external/icu/icu4c/source/test/testdata/
DGraphemeBreakTest.txt49 ÷ 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 …]
Dtest2.ucm51 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
Dtest3.ucm52 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
Dtest4.ucm45 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
Dconversion.txt1156 "\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/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationIteratorTest.java279 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/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationIteratorTest.java283 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/icu4c/source/test/intltest/
Ditercoll.cpp253 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/clang/test/SemaCXX/
Denable_if.cpp4 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/
DBagFormatter.java335 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/
DBagFormatter.java334 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/
Drematch.cpp364 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/
Dtest2.test75 {"description":"Hexadecimal entity pair representing a surrogate pair",
/external/lzma/DOC/
Dlzma-history.txt59 incorrectly converted surrogate characters (the code >= 0x10000) to UTF-8.
/external/opencv3/modules/ml/doc/
Dml_intro.markdown142 surrogate splits are found. They resemble the results of the primary split on the training data. All
143 the data is divided using the primary and the surrogate splits (like it is done in the prediction
171 and surrogate ones. Thus, to compute variable importance correctly, the surrogate splits must be
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c3504 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/
Dsyntax.txt193 Cs surrogate
/external/unicode/
DDerivedAge.txt17 # 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/
DDiagnosticLexKinds.td125 "universal character name refers to a surrogate character">,
/external/v8/test/mozilla/
Dmozilla.status501 # We do not check for bad surrogate pairs when quoting strings.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/harfbuzz_ng/
DNEWS576 - Coretext: better handle surrogate pairs.
/external/v8/test/test262/
Dtest262.status290 'language/literals/regexp/u-surrogate-pairs': [FAIL],
/external/pcre/dist/doc/
Dpcre.txt449 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 …]

12