| |
|
| java.lang.Object com.ibm.icu.text.RBBIDataWrapper
RBBIDataWrapper | final class RBBIDataWrapper (Code) | | Internal class used for Rule Based Break Iterators
This class provides access to the compiled break rule data, as
it is stored in a .brk file.
|
Inner Class :final static class RBBIDataHeader | |
ACCEPTING | final static int ACCEPTING(Code) | | |
DH_CATCOUNT | final static int DH_CATCOUNT(Code) | | |
DH_FORMATVERSION | final static int DH_FORMATVERSION(Code) | | |
DH_FTABLE | final static int DH_FTABLE(Code) | | |
DH_FTABLELEN | final static int DH_FTABLELEN(Code) | | |
DH_LENGTH | final static int DH_LENGTH(Code) | | |
DH_MAGIC | final static int DH_MAGIC(Code) | | |
DH_RTABLE | final static int DH_RTABLE(Code) | | |
DH_RTABLELEN | final static int DH_RTABLELEN(Code) | | |
DH_RULESOURCE | final static int DH_RULESOURCE(Code) | | |
DH_RULESOURCELEN | final static int DH_RULESOURCELEN(Code) | | |
DH_SFTABLE | final static int DH_SFTABLE(Code) | | |
DH_SFTABLELEN | final static int DH_SFTABLELEN(Code) | | |
DH_SIZE | final static int DH_SIZE(Code) | | |
DH_SRTABLE | final static int DH_SRTABLE(Code) | | |
DH_SRTABLELEN | final static int DH_SRTABLELEN(Code) | | |
DH_STATUSTABLE | final static int DH_STATUSTABLE(Code) | | |
DH_STATUSTABLELEN | final static int DH_STATUSTABLELEN(Code) | | |
DH_TRIE | final static int DH_TRIE(Code) | | |
DH_TRIELEN | final static int DH_TRIELEN(Code) | | |
FLAGS | final static int FLAGS(Code) | | |
LOOKAHEAD | final static int LOOKAHEAD(Code) | | |
NEXTSTATES | final static int NEXTSTATES(Code) | | |
NUMSTATES | final static int NUMSTATES(Code) | | |
RBBI_BOF_REQUIRED | final static int RBBI_BOF_REQUIRED(Code) | | |
RBBI_LOOKAHEAD_HARD_BREAK | final static int RBBI_LOOKAHEAD_HARD_BREAK(Code) | | |
RESERVED | final static int RESERVED(Code) | | |
RESERVED_2 | final static int RESERVED_2(Code) | | |
ROWLEN | final static int ROWLEN(Code) | | |
ROW_DATA | final static int ROW_DATA(Code) | | |
TAGIDX | final static int TAGIDX(Code) | | |
fHeader | RBBIDataHeader fHeader(Code) | | |
fStatusTable | int fStatusTable(Code) | | |
fTrieFoldingFunc | static TrieFoldingFunc fTrieFoldingFunc(Code) | | |
RBBIDataWrapper | RBBIDataWrapper()(Code) | | |
dump | void dump()(Code) | | Debug function to display the break iterator data.
|
getNumStates | final static int getNumStates(short table)(Code) | | |
getRowIndex | int getRowIndex(int state)(Code) | | RBBI State Table Indexing Function. Given a state number, return the
array index of the start of the state table row for that state.
|
intToHexString | public static String intToHexString(int n, int width)(Code) | | Fixed width int-to-string conversion.
|
intToString | public static String intToString(int n, int width)(Code) | | Fixed width int-to-string conversion.
|
|
|
|