Uses of Class
com.ibm.icu.text.UnicodeSetSpanner.CountMethod
-
Packages that use UnicodeSetSpanner.CountMethod Package Description com.ibm.icu.text -
-
Uses of UnicodeSetSpanner.CountMethod in com.ibm.icu.text
Methods in com.ibm.icu.text that return UnicodeSetSpanner.CountMethod Modifier and Type Method Description static UnicodeSetSpanner.CountMethodUnicodeSetSpanner.CountMethod. valueOf(String name)Returns 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.CountMethod Modifier and Type Method Description intUnicodeSetSpanner. 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.StringUnicodeSetSpanner. replaceFrom(CharSequence sequence, CharSequence replacement, UnicodeSetSpanner.CountMethod countMethod)Replace all matching spans in sequence by replacement, according to the CountMethod, using SpanCondition.SIMPLE.StringUnicodeSetSpanner. 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.
-