Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocaleMatcher.java263 ULocale maxLocale = tableKeyValue.get1(); in getBestMatchInternal() local
265 final double match = match(languageCode, maximized, tableKey, maxLocale); in getBestMatchInternal()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java270 ULocale maxLocale = tableKeyValue.get1(); in getBestMatchInternal() local
272 final double match = match(languageCode, maximized, tableKey, maxLocale); in getBestMatchInternal()
/external/icu/icu4c/source/i18n/
Ddtptngen.cpp527 Locale maxLocale = Locale(maxLocaleID); in getAllowedHourFormats() local
529 const char *country = maxLocale.getCountry(); in getAllowedHourFormats()
531 const char *language = maxLocale.getLanguage(); in getAllowedHourFormats()