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.ResultLocaleMatcher. getBestLocaleResult(Iterable<Locale> desiredLocales)Returns the best match between the desired and supported locales.LocaleMatcher.ResultLocaleMatcher. getBestLocaleResult(Locale desiredLocale)Returns the best match between the desired locale and the supported locales.LocaleMatcher.ResultLocaleMatcher. getBestMatchResult(ULocale desiredLocale)Returns the best match between the desired locale and the supported locales.LocaleMatcher.ResultLocaleMatcher. getBestMatchResult(Iterable<ULocale> desiredLocales)Returns the best match between the desired and supported locales.
-