Uses of Class
com.ibm.icu.util.CodePointMap.RangeOption
-
Packages that use CodePointMap.RangeOption Package Description com.ibm.icu.util -
-
Uses of CodePointMap.RangeOption in com.ibm.icu.util
Methods in com.ibm.icu.util that return CodePointMap.RangeOption Modifier and Type Method Description static CodePointMap.RangeOption
CodePointMap.RangeOption. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CodePointMap.RangeOption[]
CodePointMap.RangeOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.util with parameters of type CodePointMap.RangeOption Modifier and Type Method Description boolean
CodePointMap. getRange(int start, CodePointMap.RangeOption option, int surrogateValue, CodePointMap.ValueFilter filter, CodePointMap.Range range)
Sets the range object to a range of code points beginning with the start parameter.
-