Package com.ibm.icu.text
Class RBBISetBuilder.RangeDescriptor
java.lang.Object
com.ibm.icu.text.RBBISetBuilder.RangeDescriptor
- Enclosing class:
RBBISetBuilder
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) boolean
(package private) boolean
(package private) RBBISetBuilder.RangeDescriptor
(package private) int
(package private) int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) boolean
Test whether this range includes characters from the original Unicode Set named "dictionary".(package private) void
split
(int where)
-
Field Details
-
fStartChar
int fStartChar -
fEndChar
int fEndChar -
fNum
int fNum -
fIncludesDict
boolean fIncludesDict -
fFirstInGroup
boolean fFirstInGroup -
fIncludesSets
-
fNext
-
-
Constructor Details
-
RangeDescriptor
RangeDescriptor() -
RangeDescriptor
RangeDescriptor(RBBISetBuilder.RangeDescriptor other)
-
-
Method Details
-
split
void split(int where) -
isDictionaryRange
boolean isDictionaryRange()Test whether this range includes characters from the original Unicode Set named "dictionary". This function looks through the Unicode Sets that the range includes, checking for one named "dictionary"
-