Searched refs:surrogates (Results 1 – 14 of 14) sorted by relevance
/external/icu/icu4c/source/test/testdata/ |
D | testnorm.txt | 45 D802:2 # surrogates with non-zero combining classes 59 D800>D7FF # surrogates with mappings, and mappings to empty strings
|
D | collationtest.txt | 376 ** test: Hani < surrogates < U+FFFD 377 # Note: compareUTF8() treats unpaired surrogates like U+FFFD, 378 # so with that the strings with surrogates will compare equal to each other 1662 # It turned out that surrogates were not skipped properly
|
D | conversion.txt | 761 // surrogates in CESU-8 1786 // Verify that incomplete surrogates are handled as an error
|
D | rbbitst.txt | 578 # ticket #4853: unpaired surrogates should behave like AL
|
/external/icu/icu4c/source/samples/uciter8/ |
D | readme.txt | 6 and also accepting single surrogates. 8 The macros are incomplete (do not assemble code points from pairs of surrogates)
|
/external/icu/icu4c/source/test/cintltst/ |
D | bocu1tst.c | 941 static const UChar surrogates[]={ 0xdc00, 0xd800 }; /* single surrogates, unmatched! */ variable 961 { surrogates, UPRV_LENGTHOF(surrogates) },
|
/external/chromium-trace/catapult/third_party/html5lib-python/ |
D | CHANGES.rst | 46 surrogates (read: Jython). Fixes #2.
|
/external/icu/icu4c/source/test/intltest/ |
D | usettest.cpp | 3904 UnicodeSet surrogates; in TestUCAUnsafeBackwards() 3905 surrogates.add(0xd83a); // a lead surrogate in TestUCAUnsafeBackwards() 3906 surrogates.add(0xdc00, 0xdfff); // a range of trail surrogates in TestUCAUnsafeBackwards() 3908 surrogates.toPattern(pat, FALSE); // bad: [ 0xd83a, 0xdc00, 0x2d, 0xdfff ] in TestUCAUnsafeBackwards() 3918 checkEqual(surrogates, s2, "surrogates to/from pattern"); in TestUCAUnsafeBackwards()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/ |
D | collationtest.txt | 376 ** test: Hani < surrogates < U+FFFD 377 # Note: compareUTF8() treats unpaired surrogates like U+FFFD, 378 # so with that the strings with surrogates will compare equal to each other 1662 # It turned out that surrogates were not skipped properly
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/ |
D | collationtest.txt | 376 ** test: Hani < surrogates < U+FFFD 377 # Note: compareUTF8() treats unpaired surrogates like U+FFFD, 378 # so with that the strings with surrogates will compare equal to each other 1662 # It turned out that surrogates were not skipped properly
|
/external/pcre/dist/ |
D | NEWS | 194 code points and are now faulted. (They are the so-called "surrogates"
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | rbbitst.txt | 561 # ticket #4853: unpaired surrogates should behave like AL
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | rbbitst.txt | 561 # ticket #4853: unpaired surrogates should behave like AL
|
/external/pcre/dist/doc/ |
D | pcre.txt | 4586 messy concept of surrogates." 5532 equal to U+00A0, except for the surrogates U+D800 to U+DFFF. Note that
|