Searched refs:hasLccc (Results 1 – 13 of 13) sorted by relevance
113 (pos != limit && CollationFCD.hasLccc(seq.charAt(pos)))) { in nextCodePoint()146 if(CollationFCD.hasLccc(c)) { in previousCodePoint()183 (pos != limit && CollationFCD.hasLccc(seq.charAt(pos)))) { in handleNextCE32()
64 CollationFCD.hasLccc(iter.current())) { in nextCodePoint()108 if(CollationFCD.hasLccc(c)) { in previousCodePoint()161 CollationFCD.hasLccc(iter.current())) { in handleNextCE32()
53 public static boolean hasLccc(int c) { in hasLccc() method in CollationFCD
62 CollationFCD.hasLccc(iter.current())) { in nextCodePoint()106 if(CollationFCD.hasLccc(c)) { in previousCodePoint()159 CollationFCD.hasLccc(iter.current())) { in handleNextCE32()
111 (pos != limit && CollationFCD.hasLccc(seq.charAt(pos)))) { in nextCodePoint()144 if(CollationFCD.hasLccc(c)) { in previousCodePoint()181 (pos != limit && CollationFCD.hasLccc(seq.charAt(pos)))) { in handleNextCE32()
51 public static boolean hasLccc(int c) { in hasLccc() method in CollationFCD
118 CollationFCD::hasLccc(iter.current(&iter))) { in handleNextCE32()172 CollationFCD::hasLccc(iter.current(&iter))) { in nextCodePoint()215 if(CollationFCD::hasLccc(c)) { in previousCodePoint()
220 (pos != limit && CollationFCD::hasLccc(*pos))) { in handleNextCE32()261 (pos != limit && CollationFCD::hasLccc(*pos))) { in nextCodePoint()298 if(CollationFCD::hasLccc(c)) { in previousCodePoint()
59 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()
383 if (CollationFCD.hasLccc(c)) { in TestShortFCDData()
386 if (CollationFCD.hasLccc(c)) { in TestShortFCDData()
341 if(CollationFCD::hasLccc(c)) { lccc.add(c); } in TestShortFCDData()