Searched refs:EXPANDCHARINDEX (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DRBCollationTables.java223 return (int[])expandTable.elementAt(order - EXPANDCHARINDEX);
277 final static int EXPANDCHARINDEX = 0x7E000000; // Expand index follows field in class:RBCollationTables
H A DCollationElementIterator.java229 if (value >= RuleBasedCollator.EXPANDCHARINDEX) {
319 if (value >= RuleBasedCollator.EXPANDCHARINDEX) {
587 if (firstValue >= RuleBasedCollator.EXPANDCHARINDEX) {
H A DRBTableBuilder.java269 if (order < RBCollationTables.EXPANDCHARINDEX && order > CHARINDEX) {
564 int tableIndex = RBCollationTables.EXPANDCHARINDEX + expandTable.size();
H A DRuleBasedCollator.java748 final static int EXPANDCHARINDEX = 0x7E000000; // Expand index follows field in class:RuleBasedCollator

Completed in 34 milliseconds