Home
last modified time | relevance | path

Searched refs:hasTccc (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4c/source/i18n/
Dutf8collationiterator.cpp172 if(CollationFCD::hasTccc(c) && in handleNextCE32()
184 if(CollationFCD::hasTccc(c) && pos != length && nextHasLccc()) { in handleNextCE32()
197 if(CollationFCD::hasTccc(U16_LEAD(c)) && pos != length && nextHasLccc()) { in handleNextCE32()
242 return CollationFCD::hasTccc(c); in previousHasTccc()
277 if(CollationFCD::hasTccc(c <= 0xffff ? c : U16_LEAD(c)) && in nextCodePoint()
Duitercollationiterator.cpp116 if(CollationFCD::hasTccc(c)) { in handleNextCE32()
170 if(CollationFCD::hasTccc(c)) { in nextCodePoint()
218 CollationFCD::hasTccc(prev = iter.previous(&iter))) { in previousCodePoint()
Dutf16collationiterator.cpp218 if(CollationFCD::hasTccc(c)) { in handleNextCE32()
259 if(CollationFCD::hasTccc(c)) { in nextCodePoint()
300 (pos != start && CollationFCD::hasTccc(*(pos - 1)))) { in previousCodePoint()
Dcollationfcd.h71 static inline UBool hasTccc(UChar32 c) { in hasTccc() function
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DFCDUTF16CollationIterator.java111 if(CollationFCD.hasTccc(c)) { in nextCodePoint()
148 (pos != start && CollationFCD.hasTccc(seq.charAt(pos - 1)))) { in previousCodePoint()
181 if(CollationFCD.hasTccc(c)) { in handleNextCE32()
DFCDIterCollationIterator.java62 if(CollationFCD.hasTccc(c)) { in nextCodePoint()
111 CollationFCD.hasTccc(prev = iter.previous())) { in previousCodePoint()
159 if(CollationFCD.hasTccc(c)) { in handleNextCE32()
DCollationFCD.java65 public static boolean hasTccc(int c) { in hasTccc() method in CollationFCD
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DFCDIterCollationIterator.java60 if(CollationFCD.hasTccc(c)) { in nextCodePoint()
109 CollationFCD.hasTccc(prev = iter.previous())) { in previousCodePoint()
157 if(CollationFCD.hasTccc(c)) { in handleNextCE32()
DFCDUTF16CollationIterator.java109 if(CollationFCD.hasTccc(c)) { in nextCodePoint()
146 (pos != start && CollationFCD.hasTccc(seq.charAt(pos - 1)))) { in previousCodePoint()
179 if(CollationFCD.hasTccc(c)) { in handleNextCE32()
DCollationFCD.java63 public static boolean hasTccc(int c) { in hasTccc() method in CollationFCD
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java409 if (CollationFCD.hasTccc(c)) { in TestShortFCDData()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationTest.java412 if (CollationFCD.hasTccc(c)) { in TestShortFCDData()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp361 if(CollationFCD::hasTccc(c)) { tccc.add(c); } in TestShortFCDData()