Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCompactDecimalDataCache.java313 checkForOtherVariants(dataBundle.longData, ulocale, LONG_STYLE); in load()
314 checkForOtherVariants(dataBundle.shortData, ulocale, SHORT_STYLE); in load()
315 checkForOtherVariants(dataBundle.shortCurrencyData, ulocale, SHORT_CURRENCY_STYLE); in load()
412 private static void checkForOtherVariants(Data data, ULocale locale, String style) { in checkForOtherVariants() method in CompactDecimalDataCache
/external/icu/android_icu4j/src/main/java/android/icu/text/
DCompactDecimalDataCache.java314 checkForOtherVariants(dataBundle.longData, ulocale, LONG_STYLE); in load()
315 checkForOtherVariants(dataBundle.shortData, ulocale, SHORT_STYLE); in load()
316 checkForOtherVariants(dataBundle.shortCurrencyData, ulocale, SHORT_CURRENCY_STYLE); in load()
413 private static void checkForOtherVariants(Data data, ULocale locale, String style) { in checkForOtherVariants() method in CompactDecimalDataCache
/external/icu/icu4c/source/i18n/
Dcompactdecimalformat.cpp165 static void checkForOtherVariants(CDFLocaleStyleData* result, UErrorCode& status);
745 checkForOtherVariants(&result->longData, status); in load()
750 checkForOtherVariants(&result->shortData, status); in load()
863 static void checkForOtherVariants(CDFLocaleStyleData* result, in checkForOtherVariants() function