HomeSort by relevance Sort by last modified time
    Searched refs:NULLORDER (Results 1 - 25 of 32) sorted by null

1 2

  /libcore/luni/src/test/java/libcore/java/text/
OldCollationElementIteratorTest.java 36 while (order != CollationElementIterator.NULLORDER) {
45 while (order != CollationElementIterator.NULLORDER) {
CollatorTest.java 123 assertEquals(CollationElementIterator.NULLORDER, it.next());
  /libcore/luni/src/main/java/java/text/
CollationElementIterator.java 55 public static final int NULLORDER = -1;
109 * @return the next collation element or {@code NULLORDER} if the end
119 * @return the previous collation element, or {@code NULLORDER} when
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
CollationElementIteratorTest.java 64 while (order != CollationElementIterator.NULLORDER) {
73 while (order != CollationElementIterator.NULLORDER) {
88 while (order != CollationElementIterator.NULLORDER) {
107 while (order != CollationElementIterator.NULLORDER) {
  /libcore/luni/src/main/java/libcore/icu/
CollationElementIteratorICU.java 28 * while (ce != CollationElementIterator.NULLORDER) {
32 * while (ce != CollationElementIterator.NULLORDER) {
45 public static final int NULLORDER = 0xFFFFFFFF;
61 * @return next collation elements ordering, or NULLORDER if the end of the
72 * @return previous collation element ordering, or NULLORDER if the end of
  /external/chromium_org/third_party/icu/source/i18n/unicode/
coleitr.h 127 * NULLORDER indicates that an error has occured while processing
130 NULLORDER = (int32_t)0xffffffff
178 * @return the next character's ordering. otherwise returns NULLORDER if an
187 * @return the previous element's ordering. otherwise returns NULLORDER if an
301 * predefined collation rules. If the source string is empty, NULLORDER will
314 * predefined collation rules. If the source string is empty, NULLORDER will
  /external/icu4c/i18n/unicode/
coleitr.h 127 * NULLORDER indicates that an error has occured while processing
130 NULLORDER = (int32_t)0xffffffff
178 * @return the next character's ordering. otherwise returns NULLORDER if an
187 * @return the previous element's ordering. otherwise returns NULLORDER if an
301 * predefined collation rules. If the source string is empty, NULLORDER will
314 * predefined collation rules. If the source string is empty, NULLORDER will
  /external/chromium_org/third_party/icu/source/test/intltest/
tscoll.cpp 414 while ((o = iter.previous(status)) != CollationElementIterator::NULLORDER)
469 while ((o = iter.next(status)) != CollationElementIterator::NULLORDER)
480 while ((o = iter.previous(status)) != CollationElementIterator::NULLORDER)
506 while ((order = iter.next(status)) != CollationElementIterator::NULLORDER)
itercoll.cpp 237 while ( ++i < 10 && c != CollationElementIterator::NULLORDER)
589 while ((order = iter.next(status)) != CollationElementIterator::NULLORDER)
617 while (c1 != CollationElementIterator::NULLORDER);
regcoll.cpp 61 while (i1->next(status) != CollationElementIterator::NULLORDER)
729 if (i->next(status) != CollationElementIterator::NULLORDER)
731 errln("next did not return NULLORDER");
    [all...]
apicoll.cpp 737 doAssert((order1 != CollationElementIterator::NULLORDER), "Unexpected end of iterator reached");
797 doAssert((order1 != CollationElementIterator::NULLORDER), "Unexpected end of iterator reached");
809 if(position != CollationElementIterator::NULLORDER){
810 errln((UnicodeString)"Expected NULLORDER got" + position);
    [all...]
ssearch.cpp 853 // NOTE: sizes include the NULLORDER, which we don't want to compare.
999 } while (order != CollationElementIterator::NULLORDER);
1004 backwardList.add(CollationElementIterator::NULLORDER, iter->getOffset(), iter->getOffset());
1011 if (order == CollationElementIterator::NULLORDER) {
    [all...]
  /external/icu4c/test/intltest/
tscoll.cpp 418 while ((o = iter.previous(status)) != CollationElementIterator::NULLORDER)
473 while ((o = iter.next(status)) != CollationElementIterator::NULLORDER)
484 while ((o = iter.previous(status)) != CollationElementIterator::NULLORDER)
510 while ((order = iter.next(status)) != CollationElementIterator::NULLORDER)
itercoll.cpp 237 while ( ++i < 10 && c != CollationElementIterator::NULLORDER)
589 while ((order = iter.next(status)) != CollationElementIterator::NULLORDER)
617 while (c1 != CollationElementIterator::NULLORDER);
regcoll.cpp 61 while (i1->next(status) != CollationElementIterator::NULLORDER)
729 if (i->next(status) != CollationElementIterator::NULLORDER)
731 errln("next did not return NULLORDER");
    [all...]
ssearch.cpp 502 // NOTE: sizes include the NULLORDER, which we don't want to compare.
647 } while (order != CollationElementIterator::NULLORDER);
652 backwardList.add(CollationElementIterator::NULLORDER, iter->getOffset(), iter->getOffset());
659 if (order == CollationElementIterator::NULLORDER) {
    [all...]
apicoll.cpp 746 doAssert((order1 != CollationElementIterator::NULLORDER), "Unexpected end of iterator reached");
806 doAssert((order1 != CollationElementIterator::NULLORDER), "Unexpected end of iterator reached");
818 if(position != CollationElementIterator::NULLORDER)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
nfrule.cpp     [all...]
  /external/icu4c/i18n/
nfrule.cpp     [all...]
alphaindex.cpp 402 if (ce32 == CollationElementIterator::NULLORDER) {
    [all...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 

Completed in 481 milliseconds

1 2