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

  /external/icu/icu4c/source/i18n/
collationfcd.h 30 * there is if the first unit has a trailing ccc=0 (!hasTccc(first))
43 * We set hasTccc(lead)=true if any of its 1024 associated supplementary code points
54 * hasTccc(trail)=false:
71 static inline UBool hasTccc(UChar32 c) {
utf8collationiterator.cpp 171 if(CollationFCD::hasTccc(c) && pos != length && nextHasLccc()) {
184 if(CollationFCD::hasTccc(c) &&
199 if(CollationFCD::hasTccc(U16_LEAD(c)) && pos != length && nextHasLccc()) {
244 return CollationFCD::hasTccc(c);
279 if(CollationFCD::hasTccc(c <= 0xffff ? c : U16_LEAD(c)) &&
uitercollationiterator.cpp 116 if(CollationFCD::hasTccc(c)) {
170 if(CollationFCD::hasTccc(c)) {
218 CollationFCD::hasTccc(prev = iter.previous(&iter))) {
utf16collationiterator.cpp 218 if(CollationFCD::hasTccc(c)) {
259 if(CollationFCD::hasTccc(c)) {
300 (pos != start && CollationFCD::hasTccc(*(pos - 1)))) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
FCDIterCollationIterator.java 62 if(CollationFCD.hasTccc(c)) {
111 CollationFCD.hasTccc(prev = iter.previous())) {
159 if(CollationFCD.hasTccc(c)) {
FCDUTF16CollationIterator.java 111 if(CollationFCD.hasTccc(c)) {
148 (pos != start && CollationFCD.hasTccc(seq.charAt(pos - 1)))) {
181 if(CollationFCD.hasTccc(c)) {
CollationFCD.java 24 * there is if the first unit has a trailing ccc=0 (!hasTccc(first))
37 * We set hasTccc(lead)=true if any of its 1024 associated supplementary code points
48 * hasTccc(trail)=false:
65 public static boolean hasTccc(int c) {
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
FCDIterCollationIterator.java 60 if(CollationFCD.hasTccc(c)) {
109 CollationFCD.hasTccc(prev = iter.previous())) {
157 if(CollationFCD.hasTccc(c)) {
FCDUTF16CollationIterator.java 109 if(CollationFCD.hasTccc(c)) {
146 (pos != start && CollationFCD.hasTccc(seq.charAt(pos - 1)))) {
179 if(CollationFCD.hasTccc(c)) {
CollationFCD.java 23 * there is if the first unit has a trailing ccc=0 (!hasTccc(first))
36 * We set hasTccc(lead)=true if any of its 1024 associated supplementary code points
47 * hasTccc(trail)=false:
63 public static boolean hasTccc(int c) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationTest.java 407 if (CollationFCD.hasTccc(c)) {
414 diff.remove(0x10000, 0x10ffff); // hasTccc() only works for the BMP
415 assertEquals("CollationFCD::hasTccc() expected-actual", empty, diffString);
420 assertEquals("CollationFCD::hasTccc() actual-expected", empty, diffString);
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationTest.java 406 if (CollationFCD.hasTccc(c)) {
413 diff.remove(0x10000, 0x10ffff); // hasTccc() only works for the BMP
414 assertEquals("CollationFCD::hasTccc() expected-actual", empty, diffString);
419 assertEquals("CollationFCD::hasTccc() actual-expected", empty, diffString);
    [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 363 if(CollationFCD::hasTccc(c)) { tccc.add(c); }
367 diff.remove(0x10000, 0x10ffff); // hasTccc() only works for the BMP
368 assertEquals("CollationFCD::hasTccc() expected-actual", empty, diffString);
372 assertEquals("CollationFCD::hasTccc() actual-expected", empty, diffString);
    [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 1031 milliseconds