Searched defs:ordering (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DCollationElementIterator.java49 * to return the ordering priority of the positioned character. The ordering
126 ordering = owner.getTables();
144 ordering = owner.getTables();
172 * collation element [or ordering priority] of the next character in the
221 int value = ordering.getUnicodeOrder(ch);
230 buffer = ordering.getExpandValueList(value);
235 if (ordering.isSEAsianSwapping()) {
267 * collation element [or ordering priority] of the previous character in the
311 int value = ordering
775 private RBCollationTables ordering; field in class:CollationElementIterator
[all...]

Completed in 39 milliseconds