Home
last modified time | relevance | path

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

12

/external/pcre/dist2/testdata/
Dtestoutput14-169 Failed: error -24: UTF-16 error: missing low surrogate at end at offset 2
15 Failed: error -24: UTF-16 error: missing low surrogate at end at offset 2
19 Failed: error -26: UTF-16 error: isolated low surrogate at offset 2
23 Failed: error -26: UTF-16 error: isolated low surrogate at offset 2
27 Failed: error -26: UTF-16 error: isolated low surrogate at offset 2
33 Failed: error -25: UTF-16 error: invalid low surrogate at offset 3
Dtestoutput12-16524 Failed: error -24: UTF-16 error: missing low surrogate at end at offset 2
526 Failed: error -24: UTF-16 error: missing low surrogate at end at offset 2
528 Failed: error -26: UTF-16 error: isolated low surrogate at offset 2
530 Failed: error -26: UTF-16 error: isolated low surrogate at offset 2
532 Failed: error -26: UTF-16 error: isolated low surrogate at offset 2
536 Failed: error -25: UTF-16 error: invalid low surrogate at offset 3
543 Failed: error -24: UTF-16 error: missing low surrogate at end at offset 2
788 Failed: error -26 at offset 0: UTF-16 error: isolated low surrogate
/external/icu/icu4c/source/test/testdata/
DGraphemeBreakTest.txt63 ÷ 0020 ÷ D800 ÷ # ÷ [0.2] SPACE (Other) ÷ [5.0] <surrogate-D800> (Control) ÷ [0.3]
64 … # ÷ [0.2] SPACE (Other) × [9.0] COMBINING DIAERESIS (Extend) ÷ [5.0] <surrogate-D800> (Control) …
103 ÷ 000D ÷ D800 ÷ # ÷ [0.2] <CARRIAGE RETURN (CR)> (CR) ÷ [4.0] <surrogate-D800> (Control) ÷ [0.3]
104 …ARRIAGE RETURN (CR)> (CR) ÷ [4.0] COMBINING DIAERESIS (Extend) ÷ [5.0] <surrogate-D800> (Control) …
143 ÷ 000A ÷ D800 ÷ # ÷ [0.2] <LINE FEED (LF)> (LF) ÷ [4.0] <surrogate-D800> (Control) ÷ [0.3]
144 ….2] <LINE FEED (LF)> (LF) ÷ [4.0] COMBINING DIAERESIS (Extend) ÷ [5.0] <surrogate-D800> (Control) …
183 ÷ 0001 ÷ D800 ÷ # ÷ [0.2] <START OF HEADING> (Control) ÷ [4.0] <surrogate-D800> (Control) ÷ [0.3]
184 …ART OF HEADING> (Control) ÷ [4.0] COMBINING DIAERESIS (Extend) ÷ [5.0] <surrogate-D800> (Control) …
223 ÷ 0300 ÷ D800 ÷ # ÷ [0.2] COMBINING GRAVE ACCENT (Extend) ÷ [5.0] <surrogate-D800> (Control) ÷ [0.…
224 …ING GRAVE ACCENT (Extend) × [9.0] COMBINING DIAERESIS (Extend) ÷ [5.0] <surrogate-D800> (Control) …
[all …]
Dtest2.ucm53 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
Dtest3.ucm54 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
Dtest4.ucm47 # toUnicode result is surrogate pair: test real pair, single unit, unassigned
Dconversion.txt1155 "\uD87E", // lone surrogate can cause an offset overflow
1162 "\uD87E", // lone surrogate can cause an offset overflow
1273 // There will be a partial match up to the lead surrogate of U+603ff
1873 // Unicode charsets that do not map surrogate code points
1917 // Unicode charsets that do map surrogate code points
Dregextst.txt1318 # Bug 11507 Capture of an unpaired surrogate shouldn't allow a back reference to
1319 # match half of a surrogate pair, but only another unpaired surrogate.
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationIteratorTest.java281 String surrogate = "\ud800\udc00str"; in TestOffset() local
282 iter = tailored.getCollationElementIterator(surrogate); in TestOffset()
289 surrogate = "simple\ud800\udc00str"; in TestOffset()
290 iter = tailored.getCollationElementIterator(surrogate); in TestOffset()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationIteratorTest.java282 String surrogate = "\ud800\udc00str"; in TestOffset() local
283 iter = tailored.getCollationElementIterator(surrogate); in TestOffset()
290 surrogate = "simple\ud800\udc00str"; in TestOffset()
291 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/python/cpython2/Lib/test/
Dtest_memoryio.py639 surrogate = unichr(0xd800)
640 memio = self.ioclass(surrogate)
641 self.assertEqual(memio.read(), surrogate)
644 memio.write(surrogate)
645 self.assertEqual(memio.getvalue(), surrogate)
Dtest_unicode.py913 for cb, surrogate in zip(map(chr, range(0xA0, 0xC0)),
916 self.assertEqual(encoded.decode('utf-8'), surrogate)
917 self.assertEqual(surrogate.encode('utf-8'), encoded)
/external/icu/icu4c/source/i18n/
Drematch.cpp368 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/python/cpython2/Objects/
Dunicodeobject.c1663 Py_UNICODE surrogate = 0; in PyUnicode_DecodeUTF7Stateful() local
1695 if (surrogate) { in PyUnicode_DecodeUTF7Stateful()
1699 *p++ = (((surrogate & 0x3FF)<<10) in PyUnicode_DecodeUTF7Stateful()
1702 *p++ = surrogate; in PyUnicode_DecodeUTF7Stateful()
1705 surrogate = 0; in PyUnicode_DecodeUTF7Stateful()
1709 *p++ = surrogate; in PyUnicode_DecodeUTF7Stateful()
1710 surrogate = 0; in PyUnicode_DecodeUTF7Stateful()
1715 surrogate = outCh; in PyUnicode_DecodeUTF7Stateful()
1740 if (surrogate && DECODE_DIRECT(ch)) in PyUnicode_DecodeUTF7Stateful()
1741 *p++ = surrogate; in PyUnicode_DecodeUTF7Stateful()
[all …]
/external/lzma/DOC/
Dlzma-history.txt116 incorrectly converted surrogate characters (the code >= 0x10000) to UTF-8.
/external/python/cpython2/Doc/c-api/
Dunicode.rst550 In a narrow build code points outside the BMP will be decoded as surrogate pairs.
582 If *Py_UNICODE_WIDE* is not defined, surrogate pairs will be output
641 split surrogate pair) as an error. Those bytes will not be decoded and the
665 represented as a surrogate pair. If it is not defined, each :c:type:`Py_UNICODE`
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c3506 static const UChar surrogate[1]={ 0xd900 }; in TestSubstString() local
3523 length=ucnv_fromUChars(cnv, buffer, (int32_t)sizeof(buffer), surrogate, 1, &errorCode); in TestSubstString()
3538 length=ucnv_fromUChars(cnv, buffer, (int32_t)sizeof(buffer), surrogate, 1, &errorCode); in TestSubstString()
/external/python/cpython2/Doc/reference/
Dlexical_analysis.rst525 Individual code units which form parts of a surrogate pair can be encoded using
530 Multilingual Plane (BMP) will be encoded using a surrogate pair if Python is
/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.td131 "universal character name refers to a surrogate character">,
/external/harfbuzz_ng/
DNEWS726 - Coretext: better handle surrogate pairs.
/external/ImageMagick/Magick++/
DChangeLog976 draw() methods via the surrogate class Drawable. The upshot of

12