Uses of Class
com.ibm.icu.impl.RBBIDataWrapper.RBBIStateTable
-
Packages that use RBBIDataWrapper.RBBIStateTable Package Description com.ibm.icu.impl com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of RBBIDataWrapper.RBBIStateTable in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as RBBIDataWrapper.RBBIStateTable Modifier and Type Field Description RBBIDataWrapper.RBBIStateTable
RBBIDataWrapper. fFTable
RBBIDataWrapper.RBBIStateTable
RBBIDataWrapper. fRTable
Methods in com.ibm.icu.impl that return RBBIDataWrapper.RBBIStateTable Modifier and Type Method Description (package private) static RBBIDataWrapper.RBBIStateTable
RBBIDataWrapper.RBBIStateTable. get(java.nio.ByteBuffer bytes, int length)
Methods in com.ibm.icu.impl with parameters of type RBBIDataWrapper.RBBIStateTable Modifier and Type Method Description private void
RBBIDataWrapper. dumpRow(java.io.PrintStream out, RBBIDataWrapper.RBBIStateTable table, char state)
Dump (for debug) a single row of an RBBI state tableprivate void
RBBIDataWrapper. dumpTable(java.io.PrintStream out, RBBIDataWrapper.RBBIStateTable table)
Dump a state table.static boolean
RBBIDataWrapper. equals(RBBIDataWrapper.RBBIStateTable left, RBBIDataWrapper.RBBIStateTable right)
Equals helper for state tables, including null handling. -
Uses of RBBIDataWrapper.RBBIStateTable in com.ibm.icu.text
Methods in com.ibm.icu.text that return RBBIDataWrapper.RBBIStateTable Modifier and Type Method Description (package private) RBBIDataWrapper.RBBIStateTable
RBBITableBuilder. exportSafeTable()
Create a RBBIDataWrapper.RBBIStateTable for the safe reverse table.(package private) RBBIDataWrapper.RBBIStateTable
RBBITableBuilder. exportTable()
Create a RBBIDataWrapper.RBBIStateTable for a newly compiled table.
-