/third_party/node/deps/icu-small/source/common/ |
D | localematcher.cpp | 333 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()
|
D | locdistance.cpp | 111 const LSR **supportedLSRs, int32_t supportedLSRsLength, in getBestIndexAndDistance() argument 125 const LSR &supported = *supportedLSRs[slIndex]; in getBestIndexAndDistance() 242 supported, *supportedLSRs[bestIndex], bestLikelyInfo); in getBestIndexAndDistance()
|
D | locdistance.h | 60 const LSR **supportedLSRs, int32_t supportedLSRsLength,
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | localematcher.cpp | 351 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()
|
D | locdistance.cpp | 111 const LSR **supportedLSRs, int32_t supportedLSRsLength, in getBestIndexAndDistance() argument 125 const LSR &supported = *supportedLSRs[slIndex]; in getBestIndexAndDistance() 242 supported, *supportedLSRs[bestIndex], bestLikelyInfo); in getBestIndexAndDistance()
|
D | locdistance.h | 60 const LSR **supportedLSRs, int32_t supportedLSRsLength,
|
/third_party/icu/icu4c/source/common/ |
D | localematcher.cpp | 333 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()
|
D | locdistance.cpp | 111 const LSR **supportedLSRs, int32_t supportedLSRsLength, in getBestIndexAndDistance() argument 125 const LSR &supported = *supportedLSRs[slIndex]; in getBestIndexAndDistance() 242 supported, *supportedLSRs[bestIndex], bestLikelyInfo); in getBestIndexAndDistance()
|
D | locdistance.h | 60 const LSR **supportedLSRs, int32_t supportedLSRsLength,
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | LocaleMatcher.java | 354 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/ |
D | LocaleMatcher.java | 349 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/ |
D | LocaleDistance.java | 250 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/ |
D | LocaleDistance.java | 245 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/ |
D | localematcher.h | 698 const LSR **supportedLSRs; variable
|
/third_party/icu/icu4c/source/common/unicode/ |
D | localematcher.h | 698 const LSR **supportedLSRs; variable
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | localematcher.h | 704 const LSR **supportedLSRs; variable
|