Home
last modified time | relevance | path

Searched refs:surrogates (Results 1 – 24 of 24) sorted by relevance

/external/python/cpython2/Lib/json/tests/
Dtest_scanstring.py103 surrogates = unichr(0xd834) + unichr(0xdd20)
108 assertScan(u'"z\\ud834\udd20x12345"', u'z%sx12345' % surrogates)
111 assertScan(u'"z\ud834\\udd20x"', u'z%sx' % surrogates)
/external/icu/icu4c/source/test/testdata/
Dtestnorm.txt47 D802:2 # surrogates with non-zero combining classes
61 D800>D7FF # surrogates with mappings, and mappings to empty strings
Dcollationtest.txt378 ** test: Hani < surrogates < U+FFFD
379 # Note: compareUTF8() treats unpaired surrogates like U+FFFD,
380 # so with that the strings with surrogates will compare equal to each other
1664 # It turned out that surrogates were not skipped properly
Dconversion.txt763 // surrogates in CESU-8
1785 // Verify that incomplete surrogates are handled as an error
Drbbitst.txt729 # ticket #4853: unpaired surrogates should behave like AL
/external/icu/icu4c/source/samples/uciter8/
Dreadme.txt9 and also accepting single surrogates.
11 The macros are incomplete (do not assemble code points from pairs of surrogates)
/external/icu/icu4c/source/test/cintltst/
Dbocu1tst.c943 static const UChar surrogates[]={ 0xdc00, 0xd800 }; /* single surrogates, unmatched! */ variable
963 { surrogates, UPRV_LENGTHOF(surrogates) },
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp3912 UnicodeSet surrogates; in TestUCAUnsafeBackwards()
3913 surrogates.add(0xd83a); // a lead surrogate in TestUCAUnsafeBackwards()
3914 surrogates.add(0xdc00, 0xdfff); // a range of trail surrogates in TestUCAUnsafeBackwards()
3916 surrogates.toPattern(pat, FALSE); // bad: [ 0xd83a, 0xdc00, 0x2d, 0xdfff ] in TestUCAUnsafeBackwards()
3926 checkEqual(surrogates, s2, "surrogates to/from pattern"); in TestUCAUnsafeBackwards()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/
Dcollationtest.txt380 ** test: Hani < surrogates < U+FFFD
381 # Note: compareUTF8() treats unpaired surrogates like U+FFFD,
382 # so with that the strings with surrogates will compare equal to each other
1666 # It turned out that surrogates were not skipped properly
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
Dcollationtest.txt380 ** test: Hani < surrogates < U+FFFD
381 # Note: compareUTF8() treats unpaired surrogates like U+FFFD,
382 # so with that the strings with surrogates will compare equal to each other
1666 # It turned out that surrogates were not skipped properly
/external/python/cpython2/Doc/library/
Djson.rst538 surrogates), but it does note that they may cause interoperability problems.
Dxml.dom.rst1038 This means that the typical surrogates generated by Python IDL compilers are not
/external/python/cpython3/Doc/library/
Djson.rst576 surrogates), but it does note that they may cause interoperability problems.
Dxml.dom.rst1016 This means that the typical surrogates generated by Python IDL compilers are not
Dcodecs.rst353 | | utf-32-be, utf-32-le | presence of surrogates as an error. |
/external/python/cpython3/Doc/c-api/
Dunicode.rst362 These APIs can be used to work with surrogates:
379 *high* and *low* are respectively the leading and trailing surrogates in a
/external/python/cpython3/Misc/
DHISTORY2470 - Issue #20424: Python implementation of io.StringIO now supports lone surrogates.
3112 - Issue #11489: JSON decoder now accepts lone surrogates.
8348 - Issue #13333: The UTF-7 decoder now accepts lone surrogates (the encoder
10547 - Issue #10542: Add 4 macros to work with surrogates: Py_UNICODE_IS_SURROGATE,
12770 of strict) error handler to escape surrogates.
12785 PyUnicode_FromString() to support surrogates in the filename and use the right
12958 surrogates.
13037 'surrogateescape' error handler, a string which contains unpaired surrogates.
13409 surrogates and bytes for the filename.
13507 - Issue #8391: os.execvpe() and os.getenv() supports unicode with surrogates and
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
Drbbitst.txt729 # ticket #4853: unpaired surrogates should behave like AL
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
Drbbitst.txt729 # ticket #4853: unpaired surrogates should behave like AL
/external/python/cpython3/Doc/whatsnew/
D3.4.rst419 * All the UTF-\* codecs (except UTF-7) now reject surrogates during both
/external/python/cpython2/Misc/
DNEWS2311 - Issue #11489: JSON decoder now accepts lone surrogates.
4229 - Issue #13333: The UTF-7 decoder now accepts lone surrogates (the encoder
10221 'raw-unicode-escape' codec. Now UTF-16 surrogates are generated in
DHISTORY5249 - The UTF-8 codec will now encode and decode Unicode surrogates
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/pcre/dist2/doc/
Dpcre2.txt6131 equal to U+00A0, except for the surrogates U+D800 to U+DFFF. Note that