HomeSort by relevance Sort by last modified time
    Searched full:supplementary (Results 151 - 175 of 352) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
Collation.java 253 * 9.. 8: =0: All associated supplementary code points are unassigned-implict.
254 * =1: All associated supplementary code points fall back to the base data.
255 * else: (Normally 2) Look up the data for the supplementary code point.
CollationFCD.java 33 * For a supplementary code point, the two units are its lead and trail surrogates.
34 * We set hasTccc(lead)=true if any of its 1024 associated supplementary code points
38 * supplementary code point that is not FCD-inert.
42 * hasLccc(lead)=true if any of its 1024 associated supplementary code points
43 * has lccc!=0, for fast boundary checking between BMP & supplementary.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneInternalInterface.java 259 * Register for Supplementary Service notifications from the network.
270 * Unregisters for Supplementary Service notifications.
421 * Initiate a new voice connection with supplementary User to User
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFCD.java 34 * For a supplementary code point, the two units are its lead and trail surrogates.
35 * We set hasTccc(lead)=true if any of its 1024 associated supplementary code points
39 * supplementary code point that is not FCD-inert.
43 * hasLccc(lead)=true if any of its 1024 associated supplementary code points
44 * has lccc!=0, for fast boundary checking between BMP & supplementary.
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacter.java 42 * <p>For some time before Java 5 added support for supplementary Unicode code points,
411 * and adds separate blocks for the supplementary PUAs.
419 * and adds separate blocks for the supplementary PUAs.
481 * Unicode 4.0.1 renames the "Cyrillic Supplementary" block to "Cyrillic Supplement".
485 * Unicode 4.0.1 renames the "Cyrillic Supplementary" block to "Cyrillic Supplement".
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
StringTokenizerTest.java 145 * Testing supplementary
174 str = "string \ud800\udc00 with supplementary character";
186 String expected3[] = {"string ", " with supplementary character"};
    [all...]
  /external/icu/icu4c/source/test/cintltst/
citertst.c 781 UChar supplementary[2]; local
854 U16_APPEND(supplementary, stringOffset, 2, unassigned, isError);
856 ucol_setText(iter, supplementary, 2, &status);
    [all...]
callcoll.c     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
StringTokenizerTest.java 141 * Testing supplementary
170 str = "string \ud800\udc00 with supplementary character";
182 String expected3[] = {"string ", " with supplementary character"};
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CharTrie.java 56 * have associated supplementary data
PatternProps.java 18 * and both properties only include BMP code points (no supplementary ones).
Trie2Writable.java 543 * supplementary code points in the lead surrogate range
658 * Indexes for supplementary code points higher than this will be omitted.
    [all...]
UnicodeSetStringSpan.java 977 int supplementary = Character.toCodePoint(c, c2); local
989 int supplementary = Character.toCodePoint(c2, c); local
    [all...]
  /external/icu/icu4c/source/common/unicode/
uset.h     [all...]
  /external/icu/icu4c/source/common/
utrie2_builder.cpp 61 * part and a supplementary part, with a gap in between, would not work.
894 * Indexes for supplementary code points higher than this will be omitted.
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetMBCS.java     [all...]
CharsetSCSU.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CharTrie.java 55 * have associated supplementary data
PatternProps.java 17 * and both properties only include BMP code points (no supplementary ones).
Trie2Writable.java 541 * supplementary code points in the lead surrogate range
656 * Indexes for supplementary code points higher than this will be omitted.
    [all...]
UnicodeSetStringSpan.java 973 int supplementary = Character.toCodePoint(c, c2); local
985 int supplementary = Character.toCodePoint(c2, c); local
    [all...]
  /external/icu/tools/srcgen/resources/
replacements.txt 13 * <p>For some time before Java 5 added support for supplementary Unicode code points,
  /external/kernel-headers/original/uapi/linux/
capability.h 121 supplementary group IDs) shall match the file owner ID when setting
  /external/libcap/libcap/include/uapi/linux/
capability.h 121 supplementary group IDs) shall match the file owner ID when setting
  /external/messageformat/java/com/ibm/icu/impl/
PatternProps.java 17 * and both properties only include BMP code points (no supplementary ones).

Completed in 1226 milliseconds

1 2 3 4 5 67 8 91011>>