Uses of Class
com.ibm.icu.impl.RBBIDataWrapper.RBBIStateTable
Packages that use RBBIDataWrapper.RBBIStateTable
-
Uses of RBBIDataWrapper.RBBIStateTable in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as RBBIDataWrapper.RBBIStateTableMethods in com.ibm.icu.impl that return RBBIDataWrapper.RBBIStateTableModifier and TypeMethodDescription(package private) static RBBIDataWrapper.RBBIStateTable
RBBIDataWrapper.RBBIStateTable.get
(ByteBuffer bytes, int length) Methods in com.ibm.icu.impl with parameters of type RBBIDataWrapper.RBBIStateTableModifier and TypeMethodDescriptionprivate void
RBBIDataWrapper.dumpRow
(PrintStream out, RBBIDataWrapper.RBBIStateTable table, char state) Dump (for debug) a single row of an RBBI state tableprivate void
RBBIDataWrapper.dumpTable
(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.RBBIStateTableModifier and TypeMethodDescription(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.