Package com.ibm.icu.text
Class RBBISetBuilder.RangeDescriptor
- java.lang.Object
-
- com.ibm.icu.text.RBBISetBuilder.RangeDescriptor
-
- Enclosing class:
- RBBISetBuilder
static class RBBISetBuilder.RangeDescriptor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
fEndChar
(package private) boolean
fFirstInGroup
(package private) boolean
fIncludesDict
(package private) java.util.List<RBBINode>
fIncludesSets
(package private) RBBISetBuilder.RangeDescriptor
fNext
(package private) int
fNum
(package private) int
fStartChar
-
Constructor Summary
Constructors Constructor Description RangeDescriptor()
RangeDescriptor(RBBISetBuilder.RangeDescriptor other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) boolean
isDictionaryRange()
Test whether this range includes characters from the original Unicode Set named "dictionary".(package private) void
split(int where)
-
-
-
Field Detail
-
fStartChar
int fStartChar
-
fEndChar
int fEndChar
-
fNum
int fNum
-
fIncludesDict
boolean fIncludesDict
-
fFirstInGroup
boolean fFirstInGroup
-
fIncludesSets
java.util.List<RBBINode> fIncludesSets
-
fNext
RBBISetBuilder.RangeDescriptor fNext
-
-
Constructor Detail
-
RangeDescriptor
RangeDescriptor()
-
RangeDescriptor
RangeDescriptor(RBBISetBuilder.RangeDescriptor other)
-
-