Uses of Class
com.ibm.icu.text.UnicodeSetSpanner.CountMethod
-
Packages that use UnicodeSetSpanner.CountMethod Package Description com.ibm.icu.text 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 UnicodeSetSpanner.CountMethod in com.ibm.icu.text
Methods in com.ibm.icu.text that return UnicodeSetSpanner.CountMethod Modifier and Type Method Description static UnicodeSetSpanner.CountMethod
UnicodeSetSpanner.CountMethod. valueOf(java.lang.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 int
UnicodeSetSpanner. countIn(java.lang.CharSequence sequence, UnicodeSetSpanner.CountMethod countMethod)
Returns the number of matching characters found in a character sequence, using SpanCondition.SIMPLE.int
UnicodeSetSpanner. countIn(java.lang.CharSequence sequence, UnicodeSetSpanner.CountMethod countMethod, UnicodeSet.SpanCondition spanCondition)
Returns the number of matching characters found in a character sequence.java.lang.String
UnicodeSetSpanner. replaceFrom(java.lang.CharSequence sequence, java.lang.CharSequence replacement, UnicodeSetSpanner.CountMethod countMethod)
Replace all matching spans in sequence by replacement, according to the CountMethod, using SpanCondition.SIMPLE.java.lang.String
UnicodeSetSpanner. replaceFrom(java.lang.CharSequence sequence, java.lang.CharSequence replacement, UnicodeSetSpanner.CountMethod countMethod, UnicodeSet.SpanCondition spanCondition)
Replace all matching spans in sequence by replacement, according to the countMethod and spanCondition.
-