/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | BMPSet.java | 176 int supplementary = Character.toCodePoint(c, c2); in span() local 177 if (!containsSlow(supplementary, list4kStarts[0x10], list4kStarts[0x11])) { in span() 215 int supplementary = Character.toCodePoint(c, c2); in span() local 216 if (containsSlow(supplementary, list4kStarts[0x10], list4kStarts[0x11])) { in span() 272 int supplementary = Character.toCodePoint(c2, c); in spanBack() local 273 if (!containsSlow(supplementary, list4kStarts[0x10], list4kStarts[0x11])) { in spanBack() 312 int supplementary = Character.toCodePoint(c2, c); in spanBack() local 313 if (containsSlow(supplementary, list4kStarts[0x10], list4kStarts[0x11])) { in spanBack()
|
D | UnicodeSetStringSpan.java | 981 int supplementary = Character.toCodePoint(c, c2); in spanOne() local 982 return set.contains(supplementary) ? 2 : -2; in spanOne() 993 int supplementary = Character.toCodePoint(c2, c); in spanOneBack() local 994 return set.contains(supplementary) ? 2 : -2; in spanOneBack()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | BMPSet.java | 174 int supplementary = Character.toCodePoint(c, c2); in span() local 175 if (!containsSlow(supplementary, list4kStarts[0x10], list4kStarts[0x11])) { in span() 213 int supplementary = Character.toCodePoint(c, c2); in span() local 214 if (containsSlow(supplementary, list4kStarts[0x10], list4kStarts[0x11])) { in span() 270 int supplementary = Character.toCodePoint(c2, c); in spanBack() local 271 if (!containsSlow(supplementary, list4kStarts[0x10], list4kStarts[0x11])) { in spanBack() 310 int supplementary = Character.toCodePoint(c2, c); in spanBack() local 311 if (containsSlow(supplementary, list4kStarts[0x10], list4kStarts[0x11])) { in spanBack()
|
D | UnicodeSetStringSpan.java | 984 int supplementary = Character.toCodePoint(c, c2); in spanOne() local 985 return set.contains(supplementary) ? 2 : -2; in spanOne() 996 int supplementary = Character.toCodePoint(c2, c); in spanOneBack() local 997 return set.contains(supplementary) ? 2 : -2; in spanOneBack()
|
/third_party/gn/src/base/third_party/icu/ |
D | icu_utf.h | 374 #define CBU16_LEAD(supplementary) \ argument 375 (::base_icu::UChar)(((supplementary) >> 10) + 0xd7c0) 384 #define CBU16_TRAIL(supplementary) \ argument 385 (::base_icu::UChar)(((supplementary)&0x3ff) | 0xdc00)
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | utf16.h | 122 #define U16_LEAD(supplementary) (UChar)(((supplementary)>>10)+0xd7c0) argument 131 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00) argument
|
D | utf_old.h | 553 #define UTF_FIRST_SURROGATE(supplementary) (UChar)(((supplementary)>>10)+0xd7c0) argument 556 #define UTF_SECOND_SURROGATE(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00) argument 559 #define UTF16_LEAD(supplementary) UTF_FIRST_SURROGATE(supplementary) argument 562 #define UTF16_TRAIL(supplementary) UTF_SECOND_SURROGATE(supplementary) argument
|
/third_party/icu/icu4c/source/common/unicode/ |
D | utf16.h | 123 #define U16_LEAD(supplementary) (UChar)(((supplementary)>>10)+0xd7c0) argument 132 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00) argument
|
D | utf_old.h | 550 #define UTF_FIRST_SURROGATE(supplementary) (UChar)(((supplementary)>>10)+0xd7c0) argument 553 #define UTF_SECOND_SURROGATE(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00) argument 556 #define UTF16_LEAD(supplementary) UTF_FIRST_SURROGATE(supplementary) argument 559 #define UTF16_TRAIL(supplementary) UTF_SECOND_SURROGATE(supplementary) argument
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | utf16.h | 123 #define U16_LEAD(supplementary) (UChar)(((supplementary)>>10)+0xd7c0) argument 132 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00) argument
|
D | utf_old.h | 550 #define UTF_FIRST_SURROGATE(supplementary) (UChar)(((supplementary)>>10)+0xd7c0) argument 553 #define UTF_SECOND_SURROGATE(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00) argument 556 #define UTF16_LEAD(supplementary) UTF_FIRST_SURROGATE(supplementary) argument 559 #define UTF16_TRAIL(supplementary) UTF_SECOND_SURROGATE(supplementary) argument
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | utf16.h | 123 #define U16_LEAD(supplementary) (UChar)(((supplementary)>>10)+0xd7c0) argument 132 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00) argument
|
D | utf_old.h | 550 #define UTF_FIRST_SURROGATE(supplementary) (UChar)(((supplementary)>>10)+0xd7c0) argument 553 #define UTF_SECOND_SURROGATE(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00) argument 556 #define UTF16_LEAD(supplementary) UTF_FIRST_SURROGATE(supplementary) argument 559 #define UTF16_TRAIL(supplementary) UTF_SECOND_SURROGATE(supplementary) argument
|
/third_party/icu/icu4c/source/test/testdata/ |
D | testnorm.txt | 71 E011=E010 F0011 # composition of BMP+supplementary, and F0011 is maybe & combines-fwd 83 F0010=F0011 E012 # composition of supplementary+BMP
|
D | conversion.txt | 534 // ISO-2022-CN-EXT with all subcharsets and shifts and with supplementary code points 815 { // Verify non-supplementary support 1510 // ISO-2022-CN-EXT with all subcharsets and shifts and with supplementary code points 1771 // sub callback for supplementary code point
|
/third_party/iptables/extensions/ |
D | libxt_owner.man | 20 supplementary groups of a process.
|
/third_party/icu/docs/userguide/strings/ |
D | properties.md | 308 assembling supplementary code points only when there is non-trivial data 311 At build time, iterate over all supplementary code points 313 U+10000) to see if there is non-trivial data for any of the supplementary code 319 follows. If so, assemble the supplementary code point with
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | citertst.c | 784 UChar supplementary[2]; in TestMaxExpansion() local 857 U16_APPEND(supplementary, stringOffset, 2, unassigned, isError); in TestMaxExpansion() 859 ucol_setText(iter, supplementary, 2, &status); in TestMaxExpansion()
|
/third_party/icu/icu4c/source/common/ |
D | utext.cpp | 302 UChar32 supplementary = U16_GET_SUPPLEMENTARY(c, trail); in utext_next32() local 304 return supplementary; in utext_next32() 341 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c); in utext_previous32() local 343 return supplementary; in utext_previous32()
|
/third_party/icu/docs/userguide/ |
D | unicode.md | 216 ICU uses UTF-16 internally. ICU 2.0 fully supports supplementary characters 218 support for supplementary characters. 250 assigns more than 40,000 supplementary characters that make use of surrogate 535 with code points above FFFF (called supplementary characters).
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | utext.cpp | 302 UChar32 supplementary = U16_GET_SUPPLEMENTARY(c, trail); in utext_next32() local 304 return supplementary; in utext_next32() 341 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c); in utext_previous32() local 343 return supplementary; in utext_previous32()
|
/third_party/node/deps/icu-small/source/common/ |
D | utext.cpp | 302 UChar32 supplementary = U16_GET_SUPPLEMENTARY(c, trail); in utext_next32() local 304 return supplementary; in utext_next32() 341 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c); in utext_previous32() local 343 return supplementary; in utext_previous32()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | utext.cpp | 300 UChar32 supplementary = U16_GET_SUPPLEMENTARY(c, trail); in utext_next32() local 302 return supplementary; in utext_next32() 339 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c); in utext_previous32() local 341 return supplementary; in utext_previous32()
|
/third_party/icu/docs/userguide/icufaq/ |
D | index.md | 281 #### Does ICU support UTF-16 surrogates and Unicode supplementary characters? 285 #### Does Java support UTF-16 surrogates and Unicode supplementary characters? 287 Java 5 introduced support for Unicode supplementary characters. Java 1.4 and
|
/third_party/wayland-protocols_standard/ |
D | GOVERNANCE.md | 125 7. A supplementary list of implementations will also be provided on the site,
|