Home
last modified time | relevance | path

Searched refs:nextHasLccc (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dutf8collationiterator.cpp171 if(CollationFCD::hasTccc(c) && pos != length && nextHasLccc()) { in handleNextCE32()
186 (pos != length && nextHasLccc()))) { in handleNextCE32()
199 if(CollationFCD::hasTccc(U16_LEAD(c)) && pos != length && nextHasLccc()) { in handleNextCE32()
224 FCDUTF8CollationIterator::nextHasLccc() const { in nextHasLccc() function in FCDUTF8CollationIterator
281 (pos != length && nextHasLccc()))) { in nextCodePoint()
Dutf8collationiterator.h110 UBool nextHasLccc() const;