Searched refs:CHARINDEX (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DRBTableBuilder.java256 * code into the table, adding CHARINDEX as a flag. Now that we've
269 if (order < RBCollationTables.EXPANDCHARINDEX && order > CHARINDEX) {
271 int ch = order - CHARINDEX;
551 valueList[j++] = CHARINDEX + ch;
586 final static int CHARINDEX = 0x70000000; // need look up in .commit() field in class:RBTableBuilder
H A DRuleBasedCollator.java747 final static int CHARINDEX = 0x70000000; // need look up in .commit() field in class:RuleBasedCollator

Completed in 33 milliseconds