Uses of Interface
com.ibm.icu.util.CodePointMap.ValueFilter
Packages that use CodePointMap.ValueFilter
-
Uses of CodePointMap.ValueFilter in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as CodePointMap.ValueFilterModifier and TypeFieldDescriptionprivate static final CodePointMap.ValueFilterNormalizer2Impl.segmentStarterMapper -
Uses of CodePointMap.ValueFilter in com.ibm.icu.util
Methods in com.ibm.icu.util with parameters of type CodePointMap.ValueFilterModifier and TypeMethodDescriptionbooleanCodePointMap.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 booleanCodePointMap.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 booleanCodePointTrie.getRange(int start, CodePointMap.ValueFilter filter, CodePointMap.Range range) Sets the range object to a range of code points beginning with the start parameter.booleanMutableCodePointTrie.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 final intCodePointTrie.maybeFilterValue(int value, int trieNullValue, int nullValue, CodePointMap.ValueFilter filter) private static final intMutableCodePointTrie.maybeFilterValue(int value, int initialValue, int nullValue, CodePointMap.ValueFilter filter)