/third_party/icu/icu4c/source/common/ |
D | localematcher.cpp | 367 supportedLSRs(nullptr), supportedIndexes(nullptr), supportedLSRsLength(0), in LocaleMatcher() 472 supportedLSRsLength = suppLength; in LocaleMatcher() 516 supportedLSRsLength(src.supportedLSRsLength), in LocaleMatcher() 524 src.supportedLSRsLength = 0; in LocaleMatcher() 554 supportedLSRsLength = src.supportedLSRsLength; in operator =() 564 src.supportedLSRsLength = 0; in operator =() 699 desiredLSR, supportedLSRs, supportedLSRsLength, in getBestSuppIndex()
|
D | locdistance.cpp | 111 const LSR **supportedLSRs, int32_t supportedLSRsLength, in getBestIndexAndDistance() argument 119 uint64_t desLangState = desLangDistance >= 0 && supportedLSRsLength > 1 ? iter.getState64() : 0; in getBestIndexAndDistance() 124 for (int32_t slIndex = 0; slIndex < supportedLSRsLength; ++slIndex) { in getBestIndexAndDistance()
|
D | locdistance.h | 60 const LSR **supportedLSRs, int32_t supportedLSRsLength,
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | localematcher.cpp | 367 supportedLSRs(nullptr), supportedIndexes(nullptr), supportedLSRsLength(0), in LocaleMatcher() 472 supportedLSRsLength = suppLength; in LocaleMatcher() 516 supportedLSRsLength(src.supportedLSRsLength), in LocaleMatcher() 524 src.supportedLSRsLength = 0; in LocaleMatcher() 554 supportedLSRsLength = src.supportedLSRsLength; in operator =() 564 src.supportedLSRsLength = 0; in operator =() 699 desiredLSR, supportedLSRs, supportedLSRsLength, in getBestSuppIndex()
|
D | locdistance.cpp | 111 const LSR **supportedLSRs, int32_t supportedLSRsLength, in getBestIndexAndDistance() argument 119 uint64_t desLangState = desLangDistance >= 0 && supportedLSRsLength > 1 ? iter.getState64() : 0; in getBestIndexAndDistance() 124 for (int32_t slIndex = 0; slIndex < supportedLSRsLength; ++slIndex) { in getBestIndexAndDistance()
|
D | locdistance.h | 60 const LSR **supportedLSRs, int32_t supportedLSRsLength,
|
/third_party/node/deps/icu-small/source/common/ |
D | localematcher.cpp | 367 supportedLSRs(nullptr), supportedIndexes(nullptr), supportedLSRsLength(0), in LocaleMatcher() 472 supportedLSRsLength = suppLength; in LocaleMatcher() 516 supportedLSRsLength(src.supportedLSRsLength), in LocaleMatcher() 524 src.supportedLSRsLength = 0; in LocaleMatcher() 554 supportedLSRsLength = src.supportedLSRsLength; in operator =() 564 src.supportedLSRsLength = 0; in operator =() 699 desiredLSR, supportedLSRs, supportedLSRsLength, in getBestSuppIndex()
|
D | locdistance.cpp | 111 const LSR **supportedLSRs, int32_t supportedLSRsLength, in getBestIndexAndDistance() argument 119 uint64_t desLangState = desLangDistance >= 0 && supportedLSRsLength > 1 ? iter.getState64() : 0; in getBestIndexAndDistance() 124 for (int32_t slIndex = 0; slIndex < supportedLSRsLength; ++slIndex) { 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 | 356 private final int supportedLSRsLength; field in LocaleMatcher 677 supportedLSRsLength = suppLength; in LocaleMatcher() 963 desiredLSR, supportedLSRs, supportedLSRsLength, in getBestSuppIndex() 1050 if (supportedLSRsLength > 0) { in toString() 1052 for (int i = 1; i < supportedLSRsLength; ++i) { in toString()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | LocaleMatcher.java | 351 private final int supportedLSRsLength; field in LocaleMatcher 753 supportedLSRsLength = suppLength; in LocaleMatcher() 1058 desiredLSR, supportedLSRs, supportedLSRsLength, in getBestSuppIndex() 1183 if (supportedLSRsLength > 0) { in toString() 1185 for (int i = 1; i < supportedLSRsLength; ++i) { in toString()
|
/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 252 long desLangState = desLangDistance >= 0 && supportedLSRsLength > 1 ? iter.getState64() : 0; in getBestIndexAndDistance() 257 for (int slIndex = 0; slIndex < supportedLSRsLength; ++slIndex) { in getBestIndexAndDistance()
|
/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 257 long desLangState = desLangDistance >= 0 && supportedLSRsLength > 1 ? iter.getState64() : 0; in getBestIndexAndDistance() 262 for (int slIndex = 0; slIndex < supportedLSRsLength; ++slIndex) { in getBestIndexAndDistance()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | localematcher.h | 700 int32_t supportedLSRsLength; variable
|
/third_party/icu/icu4c/source/common/unicode/ |
D | localematcher.h | 706 int32_t supportedLSRsLength; variable
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | localematcher.h | 706 int32_t supportedLSRsLength; variable
|