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.RBBIStateTableRBBIDataWrapper.RBBIStateTable.get(ByteBuffer bytes, int length) Methods in com.ibm.icu.impl with parameters of type RBBIDataWrapper.RBBIStateTableModifier and TypeMethodDescriptionprivate voidRBBIDataWrapper.dumpRow(PrintStream out, RBBIDataWrapper.RBBIStateTable table, char state) Dump (for debug) a single row of an RBBI state tableprivate voidRBBIDataWrapper.dumpTable(PrintStream out, RBBIDataWrapper.RBBIStateTable table) Dump a state table.static booleanRBBIDataWrapper.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.RBBIStateTableRBBITableBuilder.exportSafeTable()Create a RBBIDataWrapper.RBBIStateTable for the safe reverse table.(package private) RBBIDataWrapper.RBBIStateTableRBBITableBuilder.exportTable()Create a RBBIDataWrapper.RBBIStateTable for a newly compiled table.