Home
last modified time | relevance | path

Searched refs:supportedLSRs (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Dlocalematcher.cpp333 supportedLSRs[suppLength] = &lsr; in putIfAbsent()
349 supportedLSRs(nullptr), supportedIndexes(nullptr), supportedLSRsLength(0), in LocaleMatcher()
406 supportedLSRs = static_cast<const LSR **>( in LocaleMatcher()
410 if (supportedLSRs == nullptr || supportedIndexes == nullptr) { in LocaleMatcher()
496 supportedLSRs(src.supportedLSRs), in LocaleMatcher()
504 src.supportedLSRs = nullptr; in LocaleMatcher()
518 uprv_free(supportedLSRs); in ~LocaleMatcher()
534 supportedLSRs = src.supportedLSRs; in operator =()
544 src.supportedLSRs = nullptr; in operator =()
681 desiredLSR, supportedLSRs, supportedLSRsLength, in getBestSuppIndex()
Dlocdistance.cpp111 const LSR **supportedLSRs, int32_t supportedLSRsLength, in getBestIndexAndDistance() argument
125 const LSR &supported = *supportedLSRs[slIndex]; in getBestIndexAndDistance()
242 supported, *supportedLSRs[bestIndex], bestLikelyInfo); in getBestIndexAndDistance()
Dlocdistance.h60 const LSR **supportedLSRs, int32_t supportedLSRsLength,
/third_party/skia/third_party/externals/icu/source/common/
Dlocalematcher.cpp351 supportedLSRs[suppLength] = &lsr; in putIfAbsent()
367 supportedLSRs(nullptr), supportedIndexes(nullptr), supportedLSRsLength(0), in LocaleMatcher()
424 supportedLSRs = static_cast<const LSR **>( in LocaleMatcher()
428 if (supportedLSRs == nullptr || supportedIndexes == nullptr) { in LocaleMatcher()
514 supportedLSRs(src.supportedLSRs), in LocaleMatcher()
522 src.supportedLSRs = nullptr; in LocaleMatcher()
536 uprv_free(supportedLSRs); in ~LocaleMatcher()
552 supportedLSRs = src.supportedLSRs; in operator =()
562 src.supportedLSRs = nullptr; in operator =()
699 desiredLSR, supportedLSRs, supportedLSRsLength, in getBestSuppIndex()
Dlocdistance.cpp111 const LSR **supportedLSRs, int32_t supportedLSRsLength, in getBestIndexAndDistance() argument
125 const LSR &supported = *supportedLSRs[slIndex]; in getBestIndexAndDistance()
242 supported, *supportedLSRs[bestIndex], bestLikelyInfo); in getBestIndexAndDistance()
Dlocdistance.h60 const LSR **supportedLSRs, int32_t supportedLSRsLength,
/third_party/icu/icu4c/source/common/
Dlocalematcher.cpp333 supportedLSRs[suppLength] = &lsr; in putIfAbsent()
349 supportedLSRs(nullptr), supportedIndexes(nullptr), supportedLSRsLength(0), in LocaleMatcher()
406 supportedLSRs = static_cast<const LSR **>( in LocaleMatcher()
410 if (supportedLSRs == nullptr || supportedIndexes == nullptr) { in LocaleMatcher()
496 supportedLSRs(src.supportedLSRs), in LocaleMatcher()
504 src.supportedLSRs = nullptr; in LocaleMatcher()
518 uprv_free(supportedLSRs); in ~LocaleMatcher()
534 supportedLSRs = src.supportedLSRs; in operator =()
544 src.supportedLSRs = nullptr; in operator =()
681 desiredLSR, supportedLSRs, supportedLSRsLength, in getBestSuppIndex()
Dlocdistance.cpp111 const LSR **supportedLSRs, int32_t supportedLSRsLength, in getBestIndexAndDistance() argument
125 const LSR &supported = *supportedLSRs[slIndex]; in getBestIndexAndDistance()
242 supported, *supportedLSRs[bestIndex], bestLikelyInfo); in getBestIndexAndDistance()
Dlocdistance.h60 const LSR **supportedLSRs, int32_t supportedLSRsLength,
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DLocaleMatcher.java354 private final LSR[] supportedLSRs; field in LocaleMatcher
638 supportedLSRs = new LSR[supportedLocalesLength]; in LocaleMatcher()
697 supportedLSRs[suppLength] = lsr; in putIfAbsent()
963 desiredLSR, supportedLSRs, supportedLSRsLength, in getBestSuppIndex()
1051 s.append(" supportedLSRs={").append(supportedLSRs[0]); in toString()
1053 s.append(", ").append(supportedLSRs[i]); in toString()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java349 private final LSR[] supportedLSRs; field in LocaleMatcher
713 supportedLSRs = new LSR[supportedLocalesLength]; in LocaleMatcher()
789 supportedLSRs[suppLength] = lsr; in putIfAbsent()
1058 desiredLSR, supportedLSRs, supportedLSRsLength, in getBestSuppIndex()
1184 s.append(" supportedLSRs={").append(supportedLSRs[0]); in toString()
1186 s.append(", ").append(supportedLSRs[i]); in toString()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DLocaleDistance.java250 public int getBestIndexAndDistance(LSR desired, LSR[] supportedLSRs, int supportedLSRsLength, in getBestIndexAndDistance() argument
263 LSR supported = supportedLSRs[slIndex]; in getBestIndexAndDistance()
380 supported, supportedLSRs[bestIndex], bestLikelyInfo); in getBestIndexAndDistance()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleDistance.java245 public int getBestIndexAndDistance(LSR desired, LSR[] supportedLSRs, int supportedLSRsLength, in getBestIndexAndDistance() argument
258 LSR supported = supportedLSRs[slIndex]; in getBestIndexAndDistance()
375 supported, supportedLSRs[bestIndex], bestLikelyInfo); in getBestIndexAndDistance()
/third_party/node/deps/icu-small/source/common/unicode/
Dlocalematcher.h698 const LSR **supportedLSRs; variable
/third_party/icu/icu4c/source/common/unicode/
Dlocalematcher.h698 const LSR **supportedLSRs; variable
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dlocalematcher.h704 const LSR **supportedLSRs; variable