Package | Description |
---|---|
com.ibm.icu.util |
International calendars and other utility classes.
|
Modifier and Type | Method and Description |
---|---|
LocaleMatcher.Result |
LocaleMatcher.getBestLocaleResult(Iterable<Locale> desiredLocales)
Returns the best match between the desired and supported locales.
|
LocaleMatcher.Result |
LocaleMatcher.getBestLocaleResult(Locale desiredLocale)
Returns the best match between the desired locale and the supported locales.
|
LocaleMatcher.Result |
LocaleMatcher.getBestMatchResult(Iterable<ULocale> desiredLocales)
Returns the best match between the desired and supported locales.
|
LocaleMatcher.Result |
LocaleMatcher.getBestMatchResult(ULocale desiredLocale)
Returns the best match between the desired locale and the supported locales.
|
Copyright © 2016 Unicode, Inc. and others.