Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dnfrule.cpp1158 while (oPrefix != CollationElementIterator::NULLORDER) { in prefixLength()
1161 && oStr != CollationElementIterator::NULLORDER) { in prefixLength()
1167 && oPrefix != CollationElementIterator::NULLORDER) { in prefixLength()
1177 if (oPrefix == CollationElementIterator::NULLORDER) { in prefixLength()
1183 if (oStr == CollationElementIterator::NULLORDER) { in prefixLength()
1208 if (oStr != CollationElementIterator::NULLORDER) { in prefixLength()
1426 while (o != CollationElementIterator::NULLORDER in allIgnorable()
1432 return o == CollationElementIterator::NULLORDER; in allIgnorable()
/external/icu4c/test/intltest/
Dtscoll.cpp405 while ((o = iter.previous(status)) != CollationElementIterator::NULLORDER) in backAndForth()
447 while ((o = iter.next(status)) != CollationElementIterator::NULLORDER) in backAndForth()
458 while ((o = iter.previous(status)) != CollationElementIterator::NULLORDER) in backAndForth()
485 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.cpp59 while (i1->next(status) != CollationElementIterator::NULLORDER) in Test4048446()
727 if (i->next(status) != CollationElementIterator::NULLORDER) in Test4101940()
1163 while (c1 != CollationElementIterator::NULLORDER); in assertEqual()
Dapicoll.cpp733 doAssert((order1 != CollationElementIterator::NULLORDER), "Unexpected end of iterator reached"); in TestElemIter()
793 doAssert((order1 != CollationElementIterator::NULLORDER), "Unexpected end of iterator reached"); in TestElemIter()
805 if(position != CollationElementIterator::NULLORDER){ in TestElemIter()
/external/icu4c/i18n/unicode/
Dcoleitr.h129 NULLORDER = (int32_t)0xffffffff enumerator