Uses of Class
com.ibm.icu.text.LocaleDisplayNames.DialectHandling
-
Packages that use LocaleDisplayNames.DialectHandling Package Description com.ibm.icu.text -
-
Uses of LocaleDisplayNames.DialectHandling in com.ibm.icu.text
Methods in com.ibm.icu.text that return LocaleDisplayNames.DialectHandling Modifier and Type Method Description abstract LocaleDisplayNames.DialectHandlingLocaleDisplayNames. getDialectHandling()Returns the dialect handling used in the display names.static LocaleDisplayNames.DialectHandlingLocaleDisplayNames.DialectHandling. valueOf(String name)Returns the enum constant of this type with the specified name.static LocaleDisplayNames.DialectHandling[]LocaleDisplayNames.DialectHandling. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.text with parameters of type LocaleDisplayNames.DialectHandling Modifier and Type Method Description static LocaleDisplayNamesLocaleDisplayNames. getInstance(ULocale locale, LocaleDisplayNames.DialectHandling dialectHandling)Returns an instance of LocaleDisplayNames that returns names formatted for the provided locale, using the provided dialectHandling.
-