Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dutf8collationiterator.cpp169 if(CollationFCD::hasTccc(c) && pos != length && nextHasLccc()) { in handleNextCE32()
182 if(CollationFCD::hasTccc(c) && 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.cpp114 if(CollationFCD::hasTccc(c)) { in handleNextCE32()
168 if(CollationFCD::hasTccc(c)) { in nextCodePoint()
216 CollationFCD::hasTccc(prev = iter.previous(&iter))) { in previousCodePoint()
Dcollationfcd.h69 static inline UBool hasTccc(UChar32 c) { in hasTccc() function
Dutf16collationiterator.cpp216 if(CollationFCD::hasTccc(c)) { in handleNextCE32()
257 if(CollationFCD::hasTccc(c)) { in nextCodePoint()
298 (pos != start && CollationFCD::hasTccc(*(pos - 1)))) { in previousCodePoint()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DFCDUTF16CollationIterator.java97 if(CollationFCD.hasTccc(c)) { in nextCodePoint()
134 (pos != start && CollationFCD.hasTccc(seq.charAt(pos - 1)))) { in previousCodePoint()
167 if(CollationFCD.hasTccc(c)) { in handleNextCE32()
DFCDIterCollationIterator.java58 if(CollationFCD.hasTccc(c)) { in nextCodePoint()
107 CollationFCD.hasTccc(prev = iter.previous())) { in previousCodePoint()
155 if(CollationFCD.hasTccc(c)) { in handleNextCE32()
DCollationFCD.java61 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.java426 if (CollationFCD.hasTccc(c)) { in TestShortFCDData()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp364 if(CollationFCD::hasTccc(c)) { tccc.add(c); } in TestShortFCDData()