Uses of Enum
com.ibm.icu.text.UnicodeSetSpanner.CountMethod
Packages that use UnicodeSetSpanner.CountMethod
Package
Description
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.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 TypeMethodDescriptionint
UnicodeSetSpanner.countIn
(CharSequence sequence, UnicodeSetSpanner.CountMethod countMethod) Returns the number of matching characters found in a character sequence, using SpanCondition.SIMPLE.int
UnicodeSetSpanner.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.