Uses of Enum
com.ibm.icu.text.UnicodeSetSpanner.TrimOption
Packages that use UnicodeSetSpanner.TrimOption
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.TrimOption in com.ibm.icu.text
Methods in com.ibm.icu.text that return UnicodeSetSpanner.TrimOptionModifier and TypeMethodDescriptionstatic UnicodeSetSpanner.TrimOption
Returns the enum constant of this type with the specified name.static UnicodeSetSpanner.TrimOption[]
UnicodeSetSpanner.TrimOption.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.TrimOptionModifier and TypeMethodDescriptionUnicodeSetSpanner.trim
(CharSequence sequence, UnicodeSetSpanner.TrimOption trimOption) Returns a trimmed sequence (using CharSequence.subsequence()), that omits matching elements at the start or end of the string, using the trimOption and SpanCondition.SIMPLE.UnicodeSetSpanner.trim
(CharSequence sequence, UnicodeSetSpanner.TrimOption trimOption, UnicodeSet.SpanCondition spanCondition) Returns a trimmed sequence (using CharSequence.subsequence()), that omits matching elements at the start or end of the string, depending on the trimOption and spanCondition.