Uses of Enum
com.ibm.icu.text.UnicodeSetSpanner.CountMethod
Packages that use UnicodeSetSpanner.CountMethod
-
Uses of UnicodeSetSpanner.CountMethod in com.ibm.icu.text
Methods in com.ibm.icu.text that return UnicodeSetSpanner.CountMethodModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static UnicodeSetSpanner.CountMethod[]UnicodeSetSpanner.CountMethod.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 UnicodeSetSpanner.CountMethodModifier and TypeMethodDescriptionintUnicodeSetSpanner.countIn(CharSequence sequence, UnicodeSetSpanner.CountMethod countMethod) Returns the number of matching characters found in a character sequence, using SpanCondition.SIMPLE.intUnicodeSetSpanner.countIn(CharSequence sequence, UnicodeSetSpanner.CountMethod countMethod, UnicodeSet.SpanCondition spanCondition) Returns the number of matching characters found in a character sequence.UnicodeSetSpanner.replaceFrom(CharSequence sequence, CharSequence replacement, UnicodeSetSpanner.CountMethod countMethod) Replace all matching spans in sequence by replacement, according to the CountMethod, using SpanCondition.SIMPLE.UnicodeSetSpanner.replaceFrom(CharSequence sequence, CharSequence replacement, UnicodeSetSpanner.CountMethod countMethod, UnicodeSet.SpanCondition spanCondition) Replace all matching spans in sequence by replacement, according to the countMethod and spanCondition.