Uses of Enum
com.ibm.icu.text.LocaleDisplayNames.DialectHandling
Packages that use LocaleDisplayNames.DialectHandling
Package
Description
Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping.
-
Uses of LocaleDisplayNames.DialectHandling in com.ibm.icu.text
Subclasses with type arguments of type LocaleDisplayNames.DialectHandling in com.ibm.icu.textModifier and TypeClassDescriptionstatic enumEnum used inLocaleDisplayNames.getInstance(ULocale, DialectHandling).Methods in com.ibm.icu.text that return LocaleDisplayNames.DialectHandlingModifier and TypeMethodDescriptionabstract LocaleDisplayNames.DialectHandlingLocaleDisplayNames.getDialectHandling()Returns the dialect handling used in the display names.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.DialectHandlingModifier and TypeMethodDescriptionstatic LocaleDisplayNamesLocaleDisplayNames.getInstance(ULocale locale, LocaleDisplayNames.DialectHandling dialectHandling) Returns an instance of LocaleDisplayNames that returns names formatted for the provided locale, using the provided dialectHandling.