Home | History | Annotate | Download | only in collator

Lines Matching defs:elem

1079         int elem;
1082 while ((elem = iter.next()) != CollationElementIterator.NULLORDER) {
1083 elements.add(new Integer(elem));
1089 while ((elem = iter.previous()) != CollationElementIterator.NULLORDER) {
1092 if (elem != expect) {
1094 + ": got " + Integer.toString(elem,16)