Home
last modified time | relevance | path

Searched defs:supplementary (Results 1 – 18 of 18) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DBMPSet.java176 int supplementary = Character.toCodePoint(c, c2); in span() local
215 int supplementary = Character.toCodePoint(c, c2); in span() local
272 int supplementary = Character.toCodePoint(c2, c); in spanBack() local
312 int supplementary = Character.toCodePoint(c2, c); in spanBack() local
DUnicodeSetStringSpan.java981 int supplementary = Character.toCodePoint(c, c2); in spanOne() local
993 int supplementary = Character.toCodePoint(c2, c); in spanOneBack() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DBMPSet.java174 int supplementary = Character.toCodePoint(c, c2); in span() local
213 int supplementary = Character.toCodePoint(c, c2); in span() local
270 int supplementary = Character.toCodePoint(c2, c); in spanBack() local
310 int supplementary = Character.toCodePoint(c2, c); in spanBack() local
DUnicodeSetStringSpan.java984 int supplementary = Character.toCodePoint(c, c2); in spanOne() local
996 int supplementary = Character.toCodePoint(c2, c); in spanOneBack() local
/third_party/gn/src/base/third_party/icu/
Dicu_utf.h374 #define CBU16_LEAD(supplementary) \ argument
384 #define CBU16_TRAIL(supplementary) \ argument
/third_party/node/deps/icu-small/source/common/unicode/
Dutf16.h123 #define U16_LEAD(supplementary) (UChar)(((supplementary)>>10)+0xd7c0) argument
132 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00) argument
Dutf_old.h550 #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/flutter/skia/third_party/externals/icu/source/common/unicode/
Dutf16.h122 #define U16_LEAD(supplementary) (UChar)(((supplementary)>>10)+0xd7c0) argument
131 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00) argument
Dutf_old.h553 #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/
Dutf16.h123 #define U16_LEAD(supplementary) (UChar)(((supplementary)>>10)+0xd7c0) argument
132 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00) argument
Dutf_old.h550 #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/
Dutf16.h123 #define U16_LEAD(supplementary) (UChar)(((supplementary)>>10)+0xd7c0) argument
132 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00) argument
Dutf_old.h550 #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/cintltst/
Dcitertst.c784 UChar supplementary[2]; in TestMaxExpansion() local
/third_party/node/deps/icu-small/source/common/
Dutext.cpp302 UChar32 supplementary = U16_GET_SUPPLEMENTARY(c, trail); in utext_next32() local
341 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c); in utext_previous32() local
/third_party/skia/third_party/externals/icu/source/common/
Dutext.cpp302 UChar32 supplementary = U16_GET_SUPPLEMENTARY(c, trail); in utext_next32() local
341 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c); in utext_previous32() local
/third_party/icu/icu4c/source/common/
Dutext.cpp302 UChar32 supplementary = U16_GET_SUPPLEMENTARY(c, trail); in utext_next32() local
341 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c); in utext_previous32() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dutext.cpp300 UChar32 supplementary = U16_GET_SUPPLEMENTARY(c, trail); in utext_next32() local
339 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c); in utext_previous32() local