HomeSort by relevance Sort by last modified time
    Searched refs:hasLccc (Results 1 - 17 of 17) sorted by null

  /external/icu/icu4c/source/i18n/
collationfcd.h 31 * or the second unit has a leading ccc=0 (!hasLccc(second)),
45 * We set hasLccc(trail)=true for all trail surrogates.
51 * hasLccc(lead)=true if any of its 1024 associated supplementary code points
59 static inline UBool hasLccc(UChar32 c) {
uitercollationiterator.cpp 118 CollationFCD::hasLccc(iter.current(&iter))) {
172 CollationFCD::hasLccc(iter.current(&iter))) {
215 if(CollationFCD::hasLccc(c)) {
228 // hasLccc(trail)=true for all trail surrogates
utf16collationiterator.cpp 220 (pos != limit && CollationFCD::hasLccc(*pos))) {
261 (pos != limit && CollationFCD::hasLccc(*pos))) {
298 if(CollationFCD::hasLccc(c)) {
utf8collationiterator.cpp 233 return CollationFCD::hasLccc(c);
317 if(CollationFCD::hasLccc(c <= 0xffff ? c : U16_LEAD(c)) &&
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
FCDIterCollationIterator.java 64 CollationFCD.hasLccc(iter.current())) {
108 if(CollationFCD.hasLccc(c)) {
121 // hasLccc(trail)=true for all trail surrogates
161 CollationFCD.hasLccc(iter.current())) {
FCDUTF16CollationIterator.java 113 (pos != limit && CollationFCD.hasLccc(seq.charAt(pos)))) {
146 if(CollationFCD.hasLccc(c)) {
183 (pos != limit && CollationFCD.hasLccc(seq.charAt(pos)))) {
CollationFCD.java 25 * or the second unit has a leading ccc=0 (!hasLccc(second)),
39 * We set hasLccc(trail)=true for all trail surrogates.
45 * hasLccc(lead)=true if any of its 1024 associated supplementary code points
53 public static boolean hasLccc(int c) {
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
FCDIterCollationIterator.java 62 CollationFCD.hasLccc(iter.current())) {
106 if(CollationFCD.hasLccc(c)) {
119 // hasLccc(trail)=true for all trail surrogates
159 CollationFCD.hasLccc(iter.current())) {
FCDUTF16CollationIterator.java 111 (pos != limit && CollationFCD.hasLccc(seq.charAt(pos)))) {
144 if(CollationFCD.hasLccc(c)) {
181 (pos != limit && CollationFCD.hasLccc(seq.charAt(pos)))) {
CollationFCD.java 24 * or the second unit has a leading ccc=0 (!hasLccc(second)),
38 * We set hasLccc(trail)=true for all trail surrogates.
44 * hasLccc(lead)=true if any of its 1024 associated supplementary code points
51 public static boolean hasLccc(int c) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationTest.java 381 if (CollationFCD.hasLccc(c)) {
388 diff.remove(0x10000, 0x10ffff); // hasLccc() only works for the BMP
394 assertEquals("CollationFCD::hasLccc() expected-actual", empty, diffString);
399 assertEquals("CollationFCD::hasLccc() actual-expected", empty, diffString);
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationTest.java 380 if (CollationFCD.hasLccc(c)) {
387 diff.remove(0x10000, 0x10ffff); // hasLccc() only works for the BMP
393 assertEquals("CollationFCD::hasLccc() expected-actual", empty, diffString);
398 assertEquals("CollationFCD::hasLccc() actual-expected", empty, diffString);
    [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 343 if(CollationFCD::hasLccc(c)) { lccc.add(c); }
347 diff.remove(0x10000, 0x10ffff); // hasLccc() only works for the BMP
351 assertEquals("CollationFCD::hasLccc() expected-actual", empty, diffString);
355 assertEquals("CollationFCD::hasLccc() actual-expected", empty, diffString, TRUE);
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.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 

Completed in 1469 milliseconds