Uses of Enum
com.ibm.icu.impl.StaticUnicodeSets.Key
Packages that use StaticUnicodeSets.Key
-
Uses of StaticUnicodeSets.Key in com.ibm.icu.impl
Fields in com.ibm.icu.impl with type parameters of type StaticUnicodeSets.KeyModifier and TypeFieldDescriptionprivate static final Map
<StaticUnicodeSets.Key, UnicodeSet> StaticUnicodeSets.unicodeSets
Methods in com.ibm.icu.impl that return StaticUnicodeSets.KeyModifier and TypeMethodDescriptionstatic StaticUnicodeSets.Key
StaticUnicodeSets.chooseCurrency
(String str) Looks through all Currency-related sets for the given string, returning the first match or null if no match was round.static StaticUnicodeSets.Key
StaticUnicodeSets.chooseFrom
(String str, StaticUnicodeSets.Key key1) Checks if the UnicodeSet given by key1 contains the given string.static StaticUnicodeSets.Key
StaticUnicodeSets.chooseFrom
(String str, StaticUnicodeSets.Key key1, StaticUnicodeSets.Key key2) Checks if the UnicodeSet given by either key1 or key2 contains the string.static StaticUnicodeSets.Key
Returns the enum constant of this type with the specified name.static StaticUnicodeSets.Key[]
StaticUnicodeSets.Key.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.impl with parameters of type StaticUnicodeSets.KeyModifier and TypeMethodDescriptionstatic StaticUnicodeSets.Key
StaticUnicodeSets.chooseFrom
(String str, StaticUnicodeSets.Key key1) Checks if the UnicodeSet given by key1 contains the given string.static StaticUnicodeSets.Key
StaticUnicodeSets.chooseFrom
(String str, StaticUnicodeSets.Key key1, StaticUnicodeSets.Key key2) Checks if the UnicodeSet given by either key1 or key2 contains the string.private static UnicodeSet
StaticUnicodeSets.computeUnion
(StaticUnicodeSets.Key k1, StaticUnicodeSets.Key k2) private static UnicodeSet
StaticUnicodeSets.computeUnion
(StaticUnicodeSets.Key k1, StaticUnicodeSets.Key k2, StaticUnicodeSets.Key k3) static UnicodeSet
StaticUnicodeSets.get
(StaticUnicodeSets.Key key) Gets the static-allocated UnicodeSet according to the provided key.private static void
StaticUnicodeSets.saveSet
(StaticUnicodeSets.Key key, String unicodeSetPattern) -
Uses of StaticUnicodeSets.Key in com.ibm.icu.impl.number.parse
Constructors in com.ibm.icu.impl.number.parse with parameters of type StaticUnicodeSets.Key