Uses of Class
com.ibm.icu.text.RBBIRuleBuilder.IntPair
-
Packages that use RBBIRuleBuilder.IntPair Package Description 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 RBBIRuleBuilder.IntPair in com.ibm.icu.text
Methods in com.ibm.icu.text with parameters of type RBBIRuleBuilder.IntPair Modifier and Type Method Description (package private) boolean
RBBITableBuilder. findDuplCharClassFrom(RBBIRuleBuilder.IntPair categories)
Find duplicate (redundant) character classes.(package private) boolean
RBBITableBuilder. findDuplicateSafeState(RBBIRuleBuilder.IntPair states)
Find the next duplicate state in the safe reverse table.(package private) boolean
RBBITableBuilder. findDuplicateState(RBBIRuleBuilder.IntPair states)
Find duplicate (redundant) states, beginning at the specified pair, within this state table.(package private) void
RBBISetBuilder. mergeCategories(RBBIRuleBuilder.IntPair categories)
Merge two character categories that have been identified as having equivalent behavior.(package private) void
RBBITableBuilder. removeSafeState(RBBIRuleBuilder.IntPair duplStates)
Remove a duplicate state from the safe table.(package private) void
RBBITableBuilder. removeState(RBBIRuleBuilder.IntPair duplStates)
Remove a duplicate state (row) from the state table.
-