Uses of Class
com.ibm.icu.util.LocaleMatcher.Result
-
Packages that use LocaleMatcher.Result Package Description com.ibm.icu.util International calendars and other utility classes. -
-
Uses of LocaleMatcher.Result in com.ibm.icu.util
Methods in com.ibm.icu.util that return LocaleMatcher.Result Modifier and Type Method Description LocaleMatcher.Result
LocaleMatcher. getBestLocaleResult(java.lang.Iterable<java.util.Locale> desiredLocales)
Returns the best match between the desired and supported locales.LocaleMatcher.Result
LocaleMatcher. getBestLocaleResult(java.util.Locale desiredLocale)
Returns the best match between the desired locale and the supported locales.LocaleMatcher.Result
LocaleMatcher. getBestMatchResult(ULocale desiredLocale)
Returns the best match between the desired locale and the supported locales.LocaleMatcher.Result
LocaleMatcher. getBestMatchResult(java.lang.Iterable<ULocale> desiredLocales)
Returns the best match between the desired and supported locales.
-