Searched refs:maxLocale (Results 1 – 4 of 4) sorted by relevance
158 String maxLocale = likely2Max.maximize(locale); in main() local159 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()
804 String maxLocale = LikelySubtags.maximize(locale, likelyData); in TestDefaultContents() local816 maxLocaleParent, maxLocale); in TestDefaultContents()943 String maxLocale = LikelySubtags.maximize(locale, likelyData); in TestLikelySubtagsComplete() local944 if (maxLocale == null) { in TestLikelySubtagsComplete()948 ltp.set(maxLocale); in TestLikelySubtagsComplete()952 + maxLocale); in TestLikelySubtagsComplete()
261 ULocale maxLocale = tableKeyValue.get1(); in getBestMatchInternal() local263 final double match = match(languageCode, maximized, tableKey, maxLocale); in getBestMatchInternal()
652 Locale maxLocale; // must be here for correct lifetime in getAllowedHourFormats() local654 maxLocale = locale; in getAllowedHourFormats()656 maxLocale.addLikelySubtags(localStatus); in getAllowedHourFormats()658 language = maxLocale.getLanguage(); in getAllowedHourFormats()659 country = maxLocale.getCountry(); in getAllowedHourFormats()