Package com.ibm.icu.impl
Class RBBIDataWrapper.RBBIDataHeader
- java.lang.Object
-
- com.ibm.icu.impl.RBBIDataWrapper.RBBIDataHeader
-
- Enclosing class:
- RBBIDataWrapper
public static final class RBBIDataWrapper.RBBIDataHeader extends java.lang.Object
Data Header. A struct-like class with the fields from the RBBI data file header. Not intended for public use, declared public for testing purposes only.
-
-
Field Summary
Fields Modifier and Type Field Description int
fCatCount
the number of character categories.(package private) byte[]
fFormatVersion
(package private) int
fFTable
(package private) int
fFTableLen
(package private) int
fLength
(package private) int
fMagic
(package private) int
fRTable
(package private) int
fRTableLen
(package private) int
fRuleSource
(package private) int
fRuleSourceLen
(package private) int
fStatusTable
(package private) int
fStatusTableLen
(package private) int
fTrie
(package private) int
fTrieLen
-
Constructor Summary
Constructors Constructor Description RBBIDataHeader()
-
-
-
Field Detail
-
fMagic
int fMagic
-
fFormatVersion
byte[] fFormatVersion
-
fLength
int fLength
-
fCatCount
public int fCatCount
the number of character categories.
-
fFTable
int fFTable
-
fFTableLen
int fFTableLen
-
fRTable
int fRTable
-
fRTableLen
int fRTableLen
-
fTrie
int fTrie
-
fTrieLen
int fTrieLen
-
fRuleSource
int fRuleSource
-
fRuleSourceLen
int fRuleSourceLen
-
fStatusTable
int fStatusTable
-
fStatusTableLen
int fStatusTableLen
-
-