Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/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
/third_party/skia/third_party/externals/icu/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
/third_party/node/deps/icu-small/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
/third_party/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
/third_party/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
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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