Uses of Interface
com.ibm.icu.util.CodePointMap.ValueFilter
Packages that use CodePointMap.ValueFilter
-
Uses of CodePointMap.ValueFilter in com.ibm.icu.util
Methods in com.ibm.icu.util with parameters of type CodePointMap.ValueFilterModifier and TypeMethodDescriptionboolean
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.abstract boolean
CodePointMap.getRange
(int start, CodePointMap.ValueFilter filter, CodePointMap.Range range) Sets the range object to a range of code points beginning with the start parameter.final boolean
CodePointTrie.getRange
(int start, CodePointMap.ValueFilter filter, CodePointMap.Range range) Sets the range object to a range of code points beginning with the start parameter.boolean
MutableCodePointTrie.getRange
(int start, CodePointMap.ValueFilter filter, CodePointMap.Range range) Sets the range object to a range of code points beginning with the start parameter.