Home
last modified time | relevance | path

Searched refs:otherByBase (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCompactDecimalDataCache.java413 DecimalFormat.Unit[] otherByBase = data.units.get(OTHER); in checkForOtherVariants() local
415 if (otherByBase == null) { in checkForOtherVariants()
426 if (variantByBase[log10Value] != null && otherByBase[log10Value] == null) { in checkForOtherVariants()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCompactDecimalDataCache.java414 DecimalFormat.Unit[] otherByBase = data.units.get(OTHER); in checkForOtherVariants() local
416 if (otherByBase == null) { in checkForOtherVariants()
427 if (variantByBase[log10Value] != null && otherByBase[log10Value] == null) { in checkForOtherVariants()
/external/icu/icu4c/source/i18n/
Dcompactdecimalformat.cpp869 const CDFUnit* otherByBase = in checkForOtherVariants() local
871 if (otherByBase == NULL) { in checkForOtherVariants()
882 if (variantsByBase == otherByBase) continue; in checkForOtherVariants()
885 && !otherByBase[log10Value].isSet()) { in checkForOtherVariants()