HomeSort by relevance Sort by last modified time
    Searched refs:hasLccc (Results 1 - 13 of 13) 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 231 return CollationFCD::hasLccc(c);
315 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 386 if (CollationFCD.hasLccc(c)) {
393 diff.remove(0x10000, 0x10ffff); // hasLccc() only works for the BMP
399 assertEquals("CollationFCD::hasLccc() expected-actual", empty, diffString);
404 assertEquals("CollationFCD::hasLccc() actual-expected", empty, diffString);
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationTest.java 383 if (CollationFCD.hasLccc(c)) {
390 diff.remove(0x10000, 0x10ffff); // hasLccc() only works for the BMP
396 assertEquals("CollationFCD::hasLccc() expected-actual", empty, diffString);
401 assertEquals("CollationFCD::hasLccc() actual-expected", empty, diffString);
    [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 341 if(CollationFCD::hasLccc(c)) { lccc.add(c); }
345 diff.remove(0x10000, 0x10ffff); // hasLccc() only works for the BMP
349 assertEquals("CollationFCD::hasLccc() expected-actual", empty, diffString);
353 assertEquals("CollationFCD::hasLccc() actual-expected", empty, diffString, TRUE);
    [all...]

Completed in 1121 milliseconds