Searched defs:previousCEUnsafe (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationIterator.java310 return previousCEUnsafe(c, offsets);
505 // Backward contractions are handled by previousCEUnsafe().
891 private final long previousCEUnsafe(int c, UVector32 offsets) { method in class:CollationIterator
1121 // Used as a forward iteration limit in previousCEUnsafe().
/external/icu/icu4c/source/i18n/
H A Dcollationiterator.cpp307 // Backward contractions are handled by previousCEUnsafe().
850 return previousCEUnsafe(c, offsets, errorCode);
882 CollationIterator::previousCEUnsafe(UChar32 c, UVector32 &offsets, UErrorCode &errorCode) { function in class:CollationIterator
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationIterator.java308 return previousCEUnsafe(c, offsets);
503 // Backward contractions are handled by previousCEUnsafe().
889 private final long previousCEUnsafe(int c, UVector32 offsets) { method in class:CollationIterator
1119 // Used as a forward iteration limit in previousCEUnsafe().

Completed in 82 milliseconds