Uses of Interface
com.ibm.icu.util.CodePointMap.ValueFilter
-
Packages that use CodePointMap.ValueFilter Package Description com.ibm.icu.impl com.ibm.icu.util -
-
Uses of CodePointMap.ValueFilter in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as CodePointMap.ValueFilter Modifier and Type Field Description private static CodePointMap.ValueFilter
Normalizer2Impl. segmentStarterMapper
-
Uses of CodePointMap.ValueFilter in com.ibm.icu.util
Methods in com.ibm.icu.util with parameters of type CodePointMap.ValueFilter 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.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.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.private static int
CodePointTrie. maybeFilterValue(int value, int trieNullValue, int nullValue, CodePointMap.ValueFilter filter)
private static int
MutableCodePointTrie. maybeFilterValue(int value, int initialValue, int nullValue, CodePointMap.ValueFilter filter)
-