Uses of Class
com.ibm.icu.impl.StaticUnicodeSets.Key
-
Packages that use StaticUnicodeSets.Key Package Description com.ibm.icu.impl com.ibm.icu.impl.number.parse -
-
Uses of StaticUnicodeSets.Key in com.ibm.icu.impl
Fields in com.ibm.icu.impl with type parameters of type StaticUnicodeSets.Key Modifier and Type Field Description private static java.util.Map<StaticUnicodeSets.Key,UnicodeSet>
StaticUnicodeSets. unicodeSets
Methods in com.ibm.icu.impl that return StaticUnicodeSets.Key Modifier and Type Method Description static StaticUnicodeSets.Key
StaticUnicodeSets. chooseCurrency(java.lang.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(java.lang.String str, StaticUnicodeSets.Key key1)
Checks if the UnicodeSet given by key1 contains the given string.static StaticUnicodeSets.Key
StaticUnicodeSets. chooseFrom(java.lang.String str, StaticUnicodeSets.Key key1, StaticUnicodeSets.Key key2)
Checks if the UnicodeSet given by either key1 or key2 contains the string.static StaticUnicodeSets.Key
StaticUnicodeSets.Key. valueOf(java.lang.String name)
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.Key Modifier and Type Method Description static StaticUnicodeSets.Key
StaticUnicodeSets. chooseFrom(java.lang.String str, StaticUnicodeSets.Key key1)
Checks if the UnicodeSet given by key1 contains the given string.static StaticUnicodeSets.Key
StaticUnicodeSets. chooseFrom(java.lang.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, java.lang.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 Constructor Description SymbolMatcher(StaticUnicodeSets.Key key)
-