/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | LocaleMatcher.java | 687 int suppLength = 0; in LocaleMatcher() local 701 suppLength = putIfAbsent(lsr, 0, suppLength); in LocaleMatcher() 703 suppLength = putIfAbsent(lsr, i, suppLength); in LocaleMatcher() 713 int paradigmLimit = suppLength + numParadigms; in LocaleMatcher() 714 for (i = 0; i < supportedLocalesLength && suppLength < paradigmLimit; ++i) { in LocaleMatcher() 716 suppLength = putIfAbsent(lsrs[i], i, suppLength); in LocaleMatcher() 722 suppLength = putIfAbsent(lsrs[i], i, suppLength); in LocaleMatcher() 725 supportedLSRsLength = suppLength; in LocaleMatcher() 758 private final int putIfAbsent(LSR lsr, int i, int suppLength) { in putIfAbsent() argument 761 supportedLSRs[suppLength] = lsr; in putIfAbsent() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | LocaleMatcher.java | 722 int suppLength = 0; in LocaleMatcher() local 736 suppLength = putIfAbsent(lsr, 0, suppLength); in LocaleMatcher() 738 suppLength = putIfAbsent(lsr, i, suppLength); in LocaleMatcher() 748 int paradigmLimit = suppLength + numParadigms; in LocaleMatcher() 749 for (i = 0; i < supportedLocalesLength && suppLength < paradigmLimit; ++i) { in LocaleMatcher() 751 suppLength = putIfAbsent(lsrs[i], i, suppLength); in LocaleMatcher() 757 suppLength = putIfAbsent(lsrs[i], i, suppLength); in LocaleMatcher() 760 supportedLSRsLength = suppLength; in LocaleMatcher() 793 private final int putIfAbsent(LSR lsr, int i, int suppLength) { in putIfAbsent() argument 796 supportedLSRs[suppLength] = lsr; in putIfAbsent() [all …]
|
/external/icu/icu4c/source/common/ |
D | localematcher.cpp | 345 int32_t LocaleMatcher::putIfAbsent(const LSR &lsr, int32_t i, int32_t suppLength, in putIfAbsent() argument 347 if (U_FAILURE(errorCode)) { return suppLength; } in putIfAbsent() 352 supportedLSRs[suppLength] = &lsr; in putIfAbsent() 353 supportedIndexes[suppLength++] = i; in putIfAbsent() 356 return suppLength; in putIfAbsent() 433 int32_t suppLength = 0; in LocaleMatcher() local 448 suppLength = putIfAbsent(lsr, 0, suppLength, errorCode); in LocaleMatcher() 451 suppLength = putIfAbsent(lsr, i, suppLength, errorCode); in LocaleMatcher() 461 int32_t paradigmLimit = suppLength + numParadigms; in LocaleMatcher() 462 for (int32_t i = 0; i < supportedLocalesLength && suppLength < paradigmLimit; ++i) { in LocaleMatcher() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | USerializedSet.java | 128 int suppLength=length-bmpLength; in getRange() local 129 if(rangeIndex<suppLength) { in getRange() 133 if(rangeIndex<suppLength) { in getRange()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | USerializedSet.java | 126 int suppLength=length-bmpLength; in getRange() local 127 if(rangeIndex<suppLength) { in getRange() 131 if(rangeIndex<suppLength) { in getRange()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
D | LocaleDistance.java | 429 int suppLength = supportedPartitions.length(); in getRegionPartitionsDistance() local 430 if (desLength == 1 && suppLength == 1) { in getRegionPartitionsDistance() 450 long desState = suppLength > 1 ? iter.getState64() : 0; in getRegionPartitionsDistance() 467 if (si < suppLength) { in getRegionPartitionsDistance()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | LocaleDistance.java | 424 int suppLength = supportedPartitions.length(); in getRegionPartitionsDistance() local 425 if (desLength == 1 && suppLength == 1) { in getRegionPartitionsDistance() 445 long desState = suppLength > 1 ? iter.getState64() : 0; in getRegionPartitionsDistance() 462 if (si < suppLength) { in getRegionPartitionsDistance()
|
/external/icu/icu4c/source/common/unicode/ |
D | localematcher.h | 691 int32_t putIfAbsent(const LSR &lsr, int32_t i, int32_t suppLength, UErrorCode &errorCode);
|
/external/icu/libicu/cts_headers/unicode/ |
D | localematcher.h | 691 int32_t putIfAbsent(const LSR &lsr, int32_t i, int32_t suppLength, UErrorCode &errorCode);
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |