Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationiterator.h304 int64_t previousCEUnsafe(UChar32 c, UVector32 &offsets, UErrorCode &errorCode);
Dcollationiterator.cpp852 return previousCEUnsafe(c, offsets, errorCode); in previousCE()
884 CollationIterator::previousCEUnsafe(UChar32 c, UVector32 &offsets, UErrorCode &errorCode) { in previousCEUnsafe() function in CollationIterator
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationIterator.java318 return previousCEUnsafe(c, offsets); in previousCE()
899 private final long previousCEUnsafe(int c, UVector32 offsets) { in previousCEUnsafe() method in CollationIterator
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationIterator.java316 return previousCEUnsafe(c, offsets); in previousCE()
897 private final long previousCEUnsafe(int c, UVector32 offsets) { in previousCEUnsafe() method in CollationIterator