Searched refs:nextSkippedCodePoint (Results 1 – 5 of 5) sorted by relevance
536 nextCp = nextSkippedCodePoint(); in appendCEsFromCE32()691 private final int nextSkippedCodePoint() { in nextSkippedCodePoint() method in CollationIterator728 if(!match.hasNext() || (c = nextSkippedCodePoint()) < 0) { in nextCE32FromContraction()733 } else if(match == BytesTrie.Result.NO_MATCH || (nextCp = nextSkippedCodePoint()) < 0) { in nextCE32FromContraction()749 c = nextSkippedCodePoint(); in nextCE32FromContraction()796 int nextCp = nextSkippedCodePoint(); in nextCE32FromDiscontiguousContraction()856 if((c = nextSkippedCodePoint()) < 0) { break; } in nextCE32FromDiscontiguousContraction()
534 nextCp = nextSkippedCodePoint(); in appendCEsFromCE32()689 private final int nextSkippedCodePoint() { in nextSkippedCodePoint() method in CollationIterator726 if(!match.hasNext() || (c = nextSkippedCodePoint()) < 0) { in nextCE32FromContraction()731 } else if(match == BytesTrie.Result.NO_MATCH || (nextCp = nextSkippedCodePoint()) < 0) { in nextCE32FromContraction()747 c = nextSkippedCodePoint(); in nextCE32FromContraction()794 int nextCp = nextSkippedCodePoint(); in nextCE32FromDiscontiguousContraction()854 if((c = nextSkippedCodePoint()) < 0) { break; } in nextCE32FromDiscontiguousContraction()
332 nextCp = nextSkippedCodePoint(errorCode); in appendCEsFromCE32()471 CollationIterator::nextSkippedCodePoint(UErrorCode &errorCode) { in nextSkippedCodePoint() function in CollationIterator510 if(!USTRINGTRIE_HAS_NEXT(match) || (c = nextSkippedCodePoint(errorCode)) < 0) { in nextCE32FromContraction()515 } else if(match == USTRINGTRIE_NO_MATCH || (nextCp = nextSkippedCodePoint(errorCode)) < 0) { in nextCE32FromContraction()531 c = nextSkippedCodePoint(errorCode); in nextCE32FromContraction()582 UChar32 nextCp = nextSkippedCodePoint(errorCode); in nextCE32FromDiscontiguousContraction()646 if((c = nextSkippedCodePoint(errorCode)) < 0) { break; } in nextCE32FromDiscontiguousContraction()
287 UChar32 nextSkippedCodePoint(UErrorCode &errorCode);
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...