HomeSort by relevance Sort by last modified time
    Searched refs:nextSkippedCodePoint (Results 1 - 8 of 8) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationIterator.java 521 // avoiding the function call and the nextSkippedCodePoint() overhead.
536 nextCp = nextSkippedCodePoint();
691 private final int nextSkippedCodePoint() {
728 if(!match.hasNext() || (c = nextSkippedCodePoint()) < 0) {
733 } else if(match == BytesTrie.Result.NO_MATCH || (nextCp = nextSkippedCodePoint()) < 0) {
749 c = nextSkippedCodePoint();
796 int nextCp = nextSkippedCodePoint();
    [all...]
  /external/icu/icu4c/source/i18n/
collationiterator.cpp 317 // avoiding the function call and the nextSkippedCodePoint() overhead.
332 nextCp = nextSkippedCodePoint(errorCode);
471 CollationIterator::nextSkippedCodePoint(UErrorCode &errorCode) {
510 if(!USTRINGTRIE_HAS_NEXT(match) || (c = nextSkippedCodePoint(errorCode)) < 0) {
515 } else if(match == USTRINGTRIE_NO_MATCH || (nextCp = nextSkippedCodePoint(errorCode)) < 0) {
531 c = nextSkippedCodePoint(errorCode);
582 UChar32 nextCp = nextSkippedCodePoint(errorCode);
646 if((c = nextSkippedCodePoint(errorCode)) < 0) { break; }
    [all...]
collationiterator.h 272 UChar32 nextSkippedCodePoint(UErrorCode &errorCode);
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationIterator.java 519 // avoiding the function call and the nextSkippedCodePoint() overhead.
534 nextCp = nextSkippedCodePoint();
689 private final int nextSkippedCodePoint() {
726 if(!match.hasNext() || (c = nextSkippedCodePoint()) < 0) {
731 } else if(match == BytesTrie.Result.NO_MATCH || (nextCp = nextSkippedCodePoint()) < 0) {
747 c = nextSkippedCodePoint();
794 int nextCp = nextSkippedCodePoint();
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 116 milliseconds