Home
last modified time | relevance | path

Searched refs:supportedLsrToIndex (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/common/
Dlocalematcher.cpp348 if (!uhash_containsKey(supportedLsrToIndex, &lsr)) { in putIfAbsent()
349 uhash_putiAllowZero(supportedLsrToIndex, const_cast<LSR *>(&lsr), i, &errorCode); in putIfAbsent()
366 supportedLsrToIndex(nullptr), in LocaleMatcher()
421 supportedLsrToIndex = uhash_openSize(hashLSR, compareLSRs, uhash_compareLong, in LocaleMatcher()
513 supportedLsrToIndex(src.supportedLsrToIndex), in LocaleMatcher()
521 src.supportedLsrToIndex = nullptr; in LocaleMatcher()
535 uhash_close(supportedLsrToIndex); in ~LocaleMatcher()
551 supportedLsrToIndex = src.supportedLsrToIndex; in operator =()
561 src.supportedLsrToIndex = nullptr; in operator =()
687 if (supportedLsrToIndex != nullptr) { in getBestSuppIndex()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Dlocalematcher.cpp348 if (!uhash_containsKey(supportedLsrToIndex, &lsr)) { in putIfAbsent()
349 uhash_putiAllowZero(supportedLsrToIndex, const_cast<LSR *>(&lsr), i, &errorCode); in putIfAbsent()
366 supportedLsrToIndex(nullptr), in LocaleMatcher()
421 supportedLsrToIndex = uhash_openSize(hashLSR, compareLSRs, uhash_compareLong, in LocaleMatcher()
513 supportedLsrToIndex(src.supportedLsrToIndex), in LocaleMatcher()
521 src.supportedLsrToIndex = nullptr; in LocaleMatcher()
535 uhash_close(supportedLsrToIndex); in ~LocaleMatcher()
551 supportedLsrToIndex = src.supportedLsrToIndex; in operator =()
561 src.supportedLsrToIndex = nullptr; in operator =()
687 if (supportedLsrToIndex != nullptr) { in getBestSuppIndex()
[all …]
/third_party/node/deps/icu-small/source/common/
Dlocalematcher.cpp348 if (!uhash_containsKey(supportedLsrToIndex, &lsr)) { in putIfAbsent()
349 uhash_putiAllowZero(supportedLsrToIndex, const_cast<LSR *>(&lsr), i, &errorCode); in putIfAbsent()
366 supportedLsrToIndex(nullptr), in LocaleMatcher()
421 supportedLsrToIndex = uhash_openSize(hashLSR, compareLSRs, uhash_compareLong, in LocaleMatcher()
513 supportedLsrToIndex(src.supportedLsrToIndex), in LocaleMatcher()
521 src.supportedLsrToIndex = nullptr; in LocaleMatcher()
535 uhash_close(supportedLsrToIndex); in ~LocaleMatcher()
551 supportedLsrToIndex = src.supportedLsrToIndex; in operator =()
561 src.supportedLsrToIndex = nullptr; in operator =()
687 if (supportedLsrToIndex != nullptr) { in getBestSuppIndex()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DLocaleMatcher.java351 private final Map<LSR, Integer> supportedLsrToIndex; field in LocaleMatcher
637 supportedLsrToIndex = new HashMap<>(supportedLocalesLength); in LocaleMatcher()
695 if (!supportedLsrToIndex.containsKey(lsr)) { in putIfAbsent()
696 supportedLsrToIndex.put(lsr, i); in putIfAbsent()
952 Integer index = supportedLsrToIndex.get(desiredLSR); in getBestSuppIndex()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java346 private final Map<LSR, Integer> supportedLsrToIndex; field in LocaleMatcher
712 supportedLsrToIndex = new HashMap<>(supportedLocalesLength); in LocaleMatcher()
787 if (!supportedLsrToIndex.containsKey(lsr)) { in putIfAbsent()
788 supportedLsrToIndex.put(lsr, i); in putIfAbsent()
1047 Integer index = supportedLsrToIndex.get(desiredLSR); in getBestSuppIndex()
/third_party/node/deps/icu-small/source/common/unicode/
Dlocalematcher.h695 UHashtable *supportedLsrToIndex; // Map<LSR, Integer> variable
/third_party/icu/icu4c/source/common/unicode/
Dlocalematcher.h701 UHashtable *supportedLsrToIndex; // Map<LSR, Integer> variable
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dlocalematcher.h701 UHashtable *supportedLsrToIndex; // Map<LSR, Integer> variable