Home
last modified time | relevance | path

Searched refs:supplementary (Results 1 – 25 of 33) sorted by relevance

12

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DBMPSet.java176 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()
DUnicodeSetStringSpan.java981 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()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DBMPSet.java174 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()
DUnicodeSetStringSpan.java977 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/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue137/
DSupplementaryCharactersTest.java46 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/
Dicu_utf.h359 #define CBU16_LEAD(supplementary) (::base_icu::UChar)(((supplementary)>>10)+0xd7c0) argument
368 #define CBU16_TRAIL(supplementary) (::base_icu::UChar)(((supplementary)&0x3ff)|0xdc00) argument
/external/icu/libandroidicu/include/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
/external/icu/icu4c/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
/external/icu/icu4c/source/test/testdata/
Dtestnorm.txt71 E011=E010 F0011 # composition of BMP+supplementary, and F0011 is maybe & combines-fwd
83 F0010=F0011 E012 # composition of supplementary+BMP
Dconversion.txt534 // 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
/external/u-boot/doc/device-tree-bindings/net/
Daltera_tse.txt26 - altr,has-supplementary-unicast:
71 altr,has-supplementary-unicast;
109 altr,has-supplementary-unicast;
/external/v8/src/inspector/
Dstring-16.cc193 #define U16_LEAD(supplementary) (UChar)(((supplementary) >> 10) + 0xD7C0) argument
202 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3FF) | 0xDC00) argument
/external/icu/icu4c/source/test/cintltst/
Dcitertst.c784 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()
/external/u-boot/arch/nios2/dts/
D10m50_devboard.dts119 altr,has-supplementary-unicast;
/external/icu/icu4c/source/common/
Dutext.cpp300 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()
/external/libxml2/os400/
DREADME4009 applications and libxml2, supplementary "convert and latch" functions are
/external/openssh/
Dsshd_config.047 users whose primary group or supplementary group list matches one
304 group or supplementary group list matches one of the patterns.
/external/python/cpython2/Doc/howto/
Durllib2.rst47 the :mod:`urllib2` docs, but is supplementary to them.
/external/libjpeg-turbo/
DChangeLog.md1029 5. The 32-bit supplementary package for amd64 Debian systems now provides
1226 15. Fixed 32-bit supplementary package for amd64 Debian systems, which was
1378 4. Created a 32-bit supplementary package for amd64 Debian systems, which
/external/python/cpython3/Doc/howto/
Durllib2.rst47 the :mod:`urllib.request` docs, but is supplementary to them.
/external/icu/icu4c/source/data/mappings/
Dconvrtrs.txt682 …-2008 { UTR22* } # Big5-HKSCS-2004 with Unicode 3.1 mappings. This uses supplementary characters.
691 hkbig5 # from HP-UX 11i, which can't handle supplementary characters.
/external/pcre/dist2/
DHACKING330 There is also a supplementary matching function called pcre2_dfa_match(). This
/external/unicode/
DDerivedAge.txt25 # - The supplementary private use code points and the non-character code points

12