Home
last modified time | relevance | path

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

/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DCollationElementIteratorTest.java64 while (order != CollationElementIterator.NULLORDER) { in testNext()
73 while (order != CollationElementIterator.NULLORDER) { in testNext()
88 while (order != CollationElementIterator.NULLORDER) { in testReset()
107 while (order != CollationElementIterator.NULLORDER) { in testGetMaxExpansion()
/external/icu4c/i18n/
Dnfrule.cpp1174 while (oPrefix != CollationElementIterator::NULLORDER) { in prefixLength()
1177 && oStr != CollationElementIterator::NULLORDER) { in prefixLength()
1183 && oPrefix != CollationElementIterator::NULLORDER) { in prefixLength()
1193 if (oPrefix == CollationElementIterator::NULLORDER) { in prefixLength()
1199 if (oStr == CollationElementIterator::NULLORDER) { in prefixLength()
1224 if (oStr != CollationElementIterator::NULLORDER) { in prefixLength()
1454 while (o != CollationElementIterator::NULLORDER in allIgnorable()
1460 return o == CollationElementIterator::NULLORDER; in allIgnorable()
Dalphaindex.cpp398 if (ce32 == CollationElementIterator::NULLORDER) { in hasMultiplePrimaryWeights()
/external/icu4c/test/intltest/
Dtscoll.cpp418 while ((o = iter.previous(status)) != CollationElementIterator::NULLORDER) in backAndForth()
473 while ((o = iter.next(status)) != CollationElementIterator::NULLORDER) in backAndForth()
484 while ((o = iter.previous(status)) != CollationElementIterator::NULLORDER) in backAndForth()
510 while ((order = iter.next(status)) != CollationElementIterator::NULLORDER) in getOrders()
Ditercoll.cpp237 while ( ++i < 10 && c != CollationElementIterator::NULLORDER) in TestSetText()
589 while ((order = iter.next(status)) != CollationElementIterator::NULLORDER) in orderString()
617 while (c1 != CollationElementIterator::NULLORDER); in assertEqual()
Dregcoll.cpp61 while (i1->next(status) != CollationElementIterator::NULLORDER) in Test4048446()
729 if (i->next(status) != CollationElementIterator::NULLORDER) in Test4101940()
1308 while (c1 != CollationElementIterator::NULLORDER); in assertEqual()
Dssearch.cpp998 } while (order != CollationElementIterator::NULLORDER); in offsetTest()
1003 backwardList.add(CollationElementIterator::NULLORDER, iter->getOffset(), iter->getOffset()); in offsetTest()
1010 if (order == CollationElementIterator::NULLORDER) { in offsetTest()
Dapicoll.cpp746 doAssert((order1 != CollationElementIterator::NULLORDER), "Unexpected end of iterator reached"); in TestElemIter()
806 doAssert((order1 != CollationElementIterator::NULLORDER), "Unexpected end of iterator reached"); in TestElemIter()
818 if(position != CollationElementIterator::NULLORDER){ in TestElemIter()
/external/icu4c/i18n/unicode/
Dcoleitr.h130 NULLORDER = (int32_t)0xffffffff enumerator