/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | BMPSet.java | 175 int supplementary = Character.toCodePoint(c, c2); in span() local 176 if (!containsSlow(supplementary, list4kStarts[0x10], list4kStarts[0x11])) { in span() 214 int supplementary = Character.toCodePoint(c, c2); in span() local 215 if (containsSlow(supplementary, list4kStarts[0x10], list4kStarts[0x11])) { in span() 271 int supplementary = Character.toCodePoint(c2, c); in spanBack() local 272 if (!containsSlow(supplementary, list4kStarts[0x10], list4kStarts[0x11])) { in spanBack() 311 int supplementary = Character.toCodePoint(c2, c); in spanBack() local 312 if (containsSlow(supplementary, list4kStarts[0x10], list4kStarts[0x11])) { in spanBack()
|
D | UnicodeSetStringSpan.java | 977 int supplementary = Character.toCodePoint(c, c2); in spanOne() local 978 return set.contains(supplementary) ? 2 : -2; in spanOne() 989 int supplementary = Character.toCodePoint(c2, c); in spanOneBack() local 990 return set.contains(supplementary) ? 2 : -2; in spanOneBack()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | BMPSet.java | 173 int supplementary = Character.toCodePoint(c, c2); in span() local 174 if (!containsSlow(supplementary, list4kStarts[0x10], list4kStarts[0x11])) { in span() 212 int supplementary = Character.toCodePoint(c, c2); in span() local 213 if (containsSlow(supplementary, list4kStarts[0x10], list4kStarts[0x11])) { in span() 269 int supplementary = Character.toCodePoint(c2, c); in spanBack() local 270 if (!containsSlow(supplementary, list4kStarts[0x10], list4kStarts[0x11])) { in spanBack() 309 int supplementary = Character.toCodePoint(c2, c); in spanBack() local 310 if (containsSlow(supplementary, list4kStarts[0x10], list4kStarts[0x11])) { in spanBack()
|
D | UnicodeSetStringSpan.java | 973 int supplementary = Character.toCodePoint(c, c2); in spanOne() local 974 return set.contains(supplementary) ? 2 : -2; in spanOne() 985 int supplementary = Character.toCodePoint(c2, c); in spanOneBack() local 986 return set.contains(supplementary) ? 2 : -2; in spanOneBack()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue137/ |
D | SupplementaryCharactersTest.java | 46 String supplementary = "\ud83d\ude48"; in testDumpSupplementaryCharacter() local 48 String output = yaml.dump(supplementary); in testDumpSupplementaryCharacter() 52 assertEquals(supplementary, binString); in testDumpSupplementaryCharacter()
|
/external/libchrome/base/third_party/icu/ |
D | icu_utf.h | 315 #define CBU16_LEAD(supplementary) \ argument 316 (base_icu::UChar)(((supplementary)>>10)+0xd7c0) 325 #define CBU16_TRAIL(supplementary) \ argument 326 (base_icu::UChar)(((supplementary)&0x3ff)|0xdc00)
|
/external/libweave/third_party/chromium/base/third_party/icu/ |
D | icu_utf.h | 308 #define CBU16_LEAD(supplementary) \ argument 309 (base_icu::UChar)(((supplementary)>>10)+0xd7c0) 318 #define CBU16_TRAIL(supplementary) \ argument 319 (base_icu::UChar)(((supplementary)&0x3ff)|0xdc00)
|
/external/icu/icu4c/source/common/unicode/ |
D | utf16.h | 120 #define U16_LEAD(supplementary) (UChar)(((supplementary)>>10)+0xd7c0) argument 129 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00) argument
|
D | utf_old.h | 517 #define UTF_FIRST_SURROGATE(supplementary) (UChar)(((supplementary)>>10)+0xd7c0) argument 520 #define UTF_SECOND_SURROGATE(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00) argument 523 #define UTF16_LEAD(supplementary) UTF_FIRST_SURROGATE(supplementary) argument 526 #define UTF16_TRAIL(supplementary) UTF_SECOND_SURROGATE(supplementary) argument
|
/external/icu/icu4c/source/test/testdata/ |
D | testnorm.txt | 67 E011=E010 F0011 # composition of BMP+supplementary, and F0011 is maybe & combines-fwd 79 F0010=F0011 E012 # composition of supplementary+BMP
|
D | conversion.txt | 532 // ISO-2022-CN-EXT with all subcharsets and shifts and with supplementary code points 813 { // Verify non-supplementary support 1511 // ISO-2022-CN-EXT with all subcharsets and shifts and with supplementary code points 1772 // sub callback for supplementary code point
|
/external/lz4/programs/ |
D | lz4c.1 | 21 As such, it supports older supplementary legacy commands.
|
/external/icu/icu4c/source/test/cintltst/ |
D | citertst.c | 781 UChar supplementary[2]; in TestMaxExpansion() local 854 U16_APPEND(supplementary, stringOffset, 2, unassigned, isError); in TestMaxExpansion() 856 ucol_setText(iter, supplementary, 2, &status); in TestMaxExpansion()
|
/external/icu/icu4c/source/common/ |
D | utext.cpp | 298 UChar32 supplementary = U16_GET_SUPPLEMENTARY(c, trail); in utext_next32() local 300 return supplementary; in utext_next32() 337 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c); in utext_previous32() local 339 return supplementary; in utext_previous32()
|
/external/icu/tools/srcgen/resources/ |
D | replacements.txt | 13 * <p>For some time before Java 5 added support for supplementary Unicode code points,
|
/external/libxml2/os400/ |
D | README400 | 9 applications and libxml2, supplementary "convert and latch" functions are
|
/external/libjpeg-turbo/ |
D | ChangeLog.txt | 410 [5] The 32-bit supplementary package for amd64 Debian systems now provides 610 [15] Fixed 32-bit supplementary package for amd64 Debian systems, which was 751 [4] Created a 32-bit supplementary package for amd64 Debian systems, which
|
/external/dbus/ |
D | NEWS.pre-1-0 | 354 - add setgroups() to drop supplementary groups
|
D | ChangeLog.pre-1-2 | 986 for windows supplementary packages too
|
/external/pcre/dist/ |
D | HACKING | 119 From PCRE 6.0, there is also a supplementary matching function called
|
/external/icu/icu4c/source/data/mappings/ |
D | convrtrs.txt | 680 …-2008 { UTR22* } # Big5-HKSCS-2004 with Unicode 3.1 mappings. This uses supplementary characters. 689 hkbig5 # from HP-UX 11i, which can't handle supplementary characters.
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_klex.pkb | 1114 …pervisory"KNH'JO!6Q'J+supplement0K!4HD+E;FLsupplement)K!4HD'E'FLsupplementaryAK4HD'E!;FL'J+…
|
/external/unicode/ |
D | DerivedAge.txt | 25 # - The supplementary private use code points and the non-character code points
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lexpos.utf | 979 ADJ^N "supplementary" "sVpl@m'ent@rI"
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_lexpos.utf | 1135 ADJ^N "supplementary" "sVpl@m'ent@rI"
|