Searched refs:ordering (Results 1 - 3 of 3) 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...]
/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DAreaOp.java254 // determine the maximum valid Y range where the X ordering
278 int ordering = e.compareTo(prevedge, yrange);
283 if (ordering >= 0) {
284 if (ordering == 0) {
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec2161 "No ordering of the returned list is guaranteed. "

Completed in 70 milliseconds