Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DFindPreferredHours.java158 String maxLocale = likely2Max.maximize(locale); in main() local
159 if (maxLocale == null) { in main()
163 String region = ltp.set(maxLocale).getRegion(); in main()
165 System.out.println("*** Missing region for " + locale + ", " + maxLocale); in main()
169 … System.out.println("*** Skipping multicountry region for " + locale + ", " + maxLocale); in main()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java792 String maxLocale = LikelySubtags.maximize(locale, likelyData); in TestDefaultContents() local
804 maxLocaleParent, maxLocale); in TestDefaultContents()
931 String maxLocale = LikelySubtags.maximize(locale, likelyData); in TestLikelySubtagsComplete() local
932 if (maxLocale == null) { in TestLikelySubtagsComplete()
936 ltp.set(maxLocale); in TestLikelySubtagsComplete()
940 + maxLocale); in TestLikelySubtagsComplete()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocaleMatcher.java267 ULocale maxLocale = tableKeyValue.get1(); in getBestMatchInternal() local
269 final double match = match(languageCode, maximized, tableKey, maxLocale); in getBestMatchInternal()
/external/cldr/tools/java/com/ibm/icu/util/
DLocaleMatcher.java261 ULocale maxLocale = tableKeyValue.get1(); in getBestMatchInternal() local
263 final double match = match(languageCode, maximized, tableKey, maxLocale); in getBestMatchInternal()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java274 ULocale maxLocale = tableKeyValue.get1(); in getBestMatchInternal() local
276 final double match = match(languageCode, maximized, tableKey, maxLocale); in getBestMatchInternal()
/external/icu/icu4c/source/i18n/
Ddtptngen.cpp599 Locale maxLocale = Locale(maxLocaleID); in getAllowedHourFormats() local
601 const char *country = maxLocale.getCountry(); in getAllowedHourFormats()
603 const char *language = maxLocale.getLanguage(); in getAllowedHourFormats()