Home
last modified time | relevance | path

Searched refs:NULLORDER (Results 1 – 7 of 7) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DCollationElementIteratorTest.java65 while (order != CollationElementIterator.NULLORDER) { in testNext()
76 while (order != CollationElementIterator.NULLORDER) { in testNext()
92 while (order != CollationElementIterator.NULLORDER) { in testPrevious()
103 while (order != CollationElementIterator.NULLORDER) { in testPrevious()
117 while (order != CollationElementIterator.NULLORDER) { in testReset()
135 while (order != CollationElementIterator.NULLORDER) { in testGetMaxExpansion()
DRuleBasedCollatorTest.java115 assertEquals(CollationElementIterator.NULLORDER, iterator.next()); in testGetCollationElementIteratorString()
132 assertEquals(CollationElementIterator.NULLORDER, iterator.next()); in testGetCollationElementIteratorString()
159 assertEquals(CollationElementIterator.NULLORDER, iterator.next()); in testGetCollationElementIteratorCharacterIterator()
177 assertEquals(CollationElementIterator.NULLORDER, iterator.next()); in testGetCollationElementIteratorCharacterIterator()
/libcore/luni/src/test/java/libcore/java/text/
DCollatorTest.java57 assertEquals(android.icu.text.CollationElementIterator.NULLORDER, in test_icuConstantNullorder()
58 CollationElementIterator.NULLORDER); in test_icuConstantNullorder()
142 assertEquals(CollationElementIterator.NULLORDER, it.next());
/libcore/ojluni/src/main/java/java/text/
DCollationElementIterator.java111 public static final int NULLORDER = 0xffffffff; field in CollationElementIterator
/libcore/ojluni/src/test/java/text/Collator/
DCollatorTest.java63 } while (c1 != CollationElementIterator.NULLORDER); in assertEqual()
/libcore/
DJavaLibrary.bp1072 // java.text.CollectionElementIterator.NULLORDER to be initialized from
1073 // android.icu.text.CollationElementIterator.NULLORDER.
/libcore/api/
Dcurrent.txt10985 field public static final int NULLORDER = -1; // 0xffffffff