Searched refs:previousCEUnsafe (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationiterator.h | 304 int64_t previousCEUnsafe(UChar32 c, UVector32 &offsets, UErrorCode &errorCode);
|
D | collationiterator.cpp | 852 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/ |
D | collationiterator.h | 304 int64_t previousCEUnsafe(UChar32 c, UVector32 &offsets, UErrorCode &errorCode);
|
D | collationiterator.cpp | 852 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/ |
D | collationiterator.h | 304 int64_t previousCEUnsafe(UChar32 c, UVector32 &offsets, UErrorCode &errorCode);
|
D | collationiterator.cpp | 852 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/ |
D | collationiterator.h | 304 int64_t previousCEUnsafe(UChar32 c, UVector32 &offsets, UErrorCode &errorCode);
|
D | collationiterator.cpp | 852 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/ |
D | CollationIterator.java | 316 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/ |
D | CollationIterator.java | 318 return previousCEUnsafe(c, offsets); in previousCE() 899 private final long previousCEUnsafe(int c, UVector32 offsets) { in previousCEUnsafe() method in CollationIterator
|