HomeSort by relevance Sort by last modified time
    Searched defs:supplementary (Results 1 - 12 of 12) sorted by null

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue137/
SupplementaryCharactersTest.java 25 * http://java.sun.com/developer/technicalArticles/Intl/Supplementary/
43 * Supplementary Characters are dumped as binary
46 String supplementary = "\ud83d\ude48"; local
48 String output = yaml.dump(supplementary);
52 assertEquals(supplementary, binString);
58 fail("Are Supplementary Characters printable ?");
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
BMPSet.java 22 * Supplementary characters: Call contains() on the parent set.
58 * always looked up in the bit tables. The last pair of indexes is for finding supplementary code points.
64 * supplementary code points. The list is terminated with list[listLength-1]=0x110000.
80 * indexes is for finding supplementary code points.
118 // surrogate or supplementary code point
175 int supplementary = Character.toCodePoint(c, c2); local
176 if (!containsSlow(supplementary, list4kStarts[0x10], list4kStarts[0x11])) {
214 int supplementary = Character.toCodePoint(c, c2); local
215 if (containsSlow(supplementary, list4kStarts[0x10], list4kStarts[0x11])) {
271 int supplementary = Character.toCodePoint(c2, c) local
311 int supplementary = Character.toCodePoint(c2, c); local
    [all...]
UnicodeSetStringSpan.java 977 int supplementary = Character.toCodePoint(c, c2); local
989 int supplementary = Character.toCodePoint(c2, c); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
BMPSet.java 21 * Supplementary characters: Call contains() on the parent set.
56 * always looked up in the bit tables. The last pair of indexes is for finding supplementary code points.
62 * supplementary code points. The list is terminated with list[listLength-1]=0x110000.
78 * indexes is for finding supplementary code points.
116 // surrogate or supplementary code point
173 int supplementary = Character.toCodePoint(c, c2); local
174 if (!containsSlow(supplementary, list4kStarts[0x10], list4kStarts[0x11])) {
212 int supplementary = Character.toCodePoint(c, c2); local
213 if (containsSlow(supplementary, list4kStarts[0x10], list4kStarts[0x11])) {
269 int supplementary = Character.toCodePoint(c2, c) local
309 int supplementary = Character.toCodePoint(c2, c); local
    [all...]
UnicodeSetStringSpan.java 973 int supplementary = Character.toCodePoint(c, c2); local
985 int supplementary = Character.toCodePoint(c2, c); local
    [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...]
  /external/icu/icu4c/source/common/
utext.cpp 145 // and the preceding character is not supplementary.
196 // Normal, non-supplementary case.
201 // Possible supplementary char.
276 // Normal case, not supplementary.
298 UChar32 supplementary = U16_GET_SUPPLEMENTARY(c, trail); local
300 return supplementary;
316 // Normal case, not supplementary.
337 UChar32 supplementary = U16_GET_SUPPLEMENTARY(lead, c); local
339 return supplementary;
412 // Possible supplementary. Many edge cases
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 144 milliseconds