Searched refs:NULLORDER (Results 1 – 9 of 9) sorted by relevance
64 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()
1174 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()
398 if (ce32 == CollationElementIterator::NULLORDER) { in hasMultiplePrimaryWeights()
418 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()
237 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()
61 while (i1->next(status) != CollationElementIterator::NULLORDER) in Test4048446()729 if (i->next(status) != CollationElementIterator::NULLORDER) in Test4101940()1308 while (c1 != CollationElementIterator::NULLORDER); in assertEqual()
998 } while (order != CollationElementIterator::NULLORDER); in offsetTest()1003 backwardList.add(CollationElementIterator::NULLORDER, iter->getOffset(), iter->getOffset()); in offsetTest()1010 if (order == CollationElementIterator::NULLORDER) { in offsetTest()
746 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()
130 NULLORDER = (int32_t)0xffffffff enumerator