/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/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/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/node/deps/v8/src/inspector/ |
D | v8-string-conversions.cc | 165 #define U16_LEAD(supplementary) (UChar)(((supplementary) >> 10) + 0xD7C0) argument 174 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3FF) | 0xDC00) 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/tools/icuexportdata/ |
D | icuexportdata.cpp | 318 UBool supplementary; member 397 if (!pending.supplementary) { in writeDecompositionData() 789 UBool supplementary = false; in computeDecompositions() local 800 supplementary = true; in computeDecompositions() 810 if (!supplementary) { in computeDecompositions() 815 pendingTrieInsertions.push_back({c, FDFA_MARKER << 16, supplementary}); in computeDecompositions() 843 if (!supplementary) { in computeDecompositions() 856 if (!supplementary) { in computeDecompositions() 908 if (!supplementary) { in computeDecompositions() 923 pendingTrieInsertions.push_back({c, descriptor | nonRoundTripMarker, supplementary}); in computeDecompositions()
|
/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/node/deps/icu-small/source/tools/icuexportdata/ |
D | icuexportdata.cpp | 495 UBool supplementary; member 574 if (!pending.supplementary) { in writeDecompositionData() 993 UBool supplementary = false; in computeDecompositions() local 1004 supplementary = true; in computeDecompositions() 1014 if (!supplementary) { in computeDecompositions() 1019 pendingTrieInsertions.push_back({c, FDFA_MARKER << 16, supplementary}); in computeDecompositions() 1047 if (!supplementary) { in computeDecompositions() 1057 if (!supplementary) { in computeDecompositions() 1077 pendingTrieInsertions.push_back({c, descriptor | nonRoundTripMarker, supplementary}); in computeDecompositions()
|
/third_party/icu/docs/userguide/strings/ |
D | properties.md | 329 assembling supplementary code points only when there is non-trivial data 332 At build time, iterate over all supplementary code points 334 U+10000) to see if there is non-trivial data for any of the supplementary code 340 follows. If so, assemble the supplementary code point with
|
D | characteriterator.md | 47 support makes it difficult when supplementary support is expected in UTF16
|
/third_party/rust/crates/linux-raw-sys/ |
D | README.md | 33 has bindings for more headers, as well as supplementary definitions not
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | citertst.c | 785 UChar supplementary[2]; in TestMaxExpansion() local 858 U16_APPEND(supplementary, stringOffset, 2, unassigned, isError); in TestMaxExpansion() 860 ucol_setText(iter, supplementary, 2, &status); in TestMaxExpansion()
|
/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 | 305 UChar32 supplementary = U16_GET_SUPPLEMENTARY(c, trail); in utext_next32() local 307 return supplementary; in utext_next32() 344 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c); in utext_previous32() local 346 return supplementary; in utext_previous32()
|
/third_party/icu/docs/userguide/icu/ |
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/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/icu4c/ |
D | faq.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
|