Searched refs:hasLccc (Results 1 – 13 of 13) sorted by relevance
99 (pos != limit && CollationFCD.hasLccc(seq.charAt(pos)))) { in nextCodePoint()132 if(CollationFCD.hasLccc(c)) { in previousCodePoint()169 (pos != limit && CollationFCD.hasLccc(seq.charAt(pos)))) { in handleNextCE32()
60 CollationFCD.hasLccc(iter.current())) { in nextCodePoint()104 if(CollationFCD.hasLccc(c)) { in previousCodePoint()157 CollationFCD.hasLccc(iter.current())) { in handleNextCE32()
49 public static boolean hasLccc(int c) { in hasLccc() method in CollationFCD
101 (pos != limit && CollationFCD.hasLccc(seq.charAt(pos)))) { in nextCodePoint()134 if(CollationFCD.hasLccc(c)) { in previousCodePoint()171 (pos != limit && CollationFCD.hasLccc(seq.charAt(pos)))) { in handleNextCE32()
62 CollationFCD.hasLccc(iter.current())) { in nextCodePoint()106 if(CollationFCD.hasLccc(c)) { in previousCodePoint()159 CollationFCD.hasLccc(iter.current())) { in handleNextCE32()
51 public static boolean hasLccc(int c) { in hasLccc() method in CollationFCD
116 CollationFCD::hasLccc(iter.current(&iter))) { in handleNextCE32()170 CollationFCD::hasLccc(iter.current(&iter))) { in nextCodePoint()213 if(CollationFCD::hasLccc(c)) { in previousCodePoint()
218 (pos != limit && CollationFCD::hasLccc(*pos))) { in handleNextCE32()259 (pos != limit && CollationFCD::hasLccc(*pos))) { in nextCodePoint()296 if(CollationFCD::hasLccc(c)) { in previousCodePoint()
57 static inline UBool hasLccc(UChar32 c) { in hasLccc() function
231 return CollationFCD::hasLccc(c); in nextHasLccc()315 if(CollationFCD::hasLccc(c <= 0xffff ? c : U16_LEAD(c)) && in previousCodePoint()
400 if (CollationFCD.hasLccc(c)) { in TestShortFCDData()
404 if (CollationFCD.hasLccc(c)) { in TestShortFCDData()
341 if(CollationFCD::hasLccc(c)) { lccc.add(c); } in TestShortFCDData()