Home
last modified time | relevance | path

Searched refs:nextSkippedCodePoint (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationIterator.java536 nextCp = nextSkippedCodePoint(); in appendCEsFromCE32()
691 private final int nextSkippedCodePoint() { in nextSkippedCodePoint() method in CollationIterator
728 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()
/external/icu/icu4c/source/i18n/
Dcollationiterator.cpp332 nextCp = nextSkippedCodePoint(errorCode); in appendCEsFromCE32()
471 CollationIterator::nextSkippedCodePoint(UErrorCode &errorCode) { in nextSkippedCodePoint() function in CollationIterator
510 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()
Dcollationiterator.h287 UChar32 nextSkippedCodePoint(UErrorCode &errorCode);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationIterator.java534 nextCp = nextSkippedCodePoint(); in appendCEsFromCE32()
689 private final int nextSkippedCodePoint() { in nextSkippedCodePoint() method in CollationIterator
726 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()