Home
last modified time | relevance | path

Searched refs:maxLocale (Results 1 – 4 of 4) 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.java804 String maxLocale = LikelySubtags.maximize(locale, likelyData); in TestDefaultContents() local
816 maxLocaleParent, maxLocale); in TestDefaultContents()
943 String maxLocale = LikelySubtags.maximize(locale, likelyData); in TestLikelySubtagsComplete() local
944 if (maxLocale == null) { in TestLikelySubtagsComplete()
948 ltp.set(maxLocale); in TestLikelySubtagsComplete()
952 + maxLocale); in TestLikelySubtagsComplete()
/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/icu4c/source/i18n/
Ddtptngen.cpp652 Locale maxLocale; // must be here for correct lifetime in getAllowedHourFormats() local
654 maxLocale = locale; in getAllowedHourFormats()
656 maxLocale.addLikelySubtags(localStatus); in getAllowedHourFormats()
658 language = maxLocale.getLanguage(); in getAllowedHourFormats()
659 country = maxLocale.getCountry(); in getAllowedHourFormats()