Home
last modified time | relevance | path

Searched refs:hasPrevious (Results 1 - 25 of 40) sorted by relevance

12

/third_party/icu/icu4c/source/samples/uciter8/
H A Duciter8.c180 if(!iter1->hasPrevious(iter1)) { in compareIterators()
181 log_err("%s->hasPrevious() at the end returns false\n", n1); in compareIterators()
190 if(!iter2->hasPrevious(iter2)) { in compareIterators()
191 log_err("%s->hasPrevious() at the end returns false\n", n2); in compareIterators()
204 if(iter1->hasPrevious(iter1)) { in compareIterators()
205 log_err("%s->hasPrevious() at the start returns true\n", n1); in compareIterators()
208 if(iter2->hasPrevious(iter2)) { in compareIterators()
209 log_err("%s->hasPrevious() at the start returns true\n", n2); in compareIterators()
/third_party/skia/third_party/externals/icu/source/samples/uciter8/
H A Duciter8.c180 if(!iter1->hasPrevious(iter1)) { in compareIterators()
181 log_err("%s->hasPrevious() at the end returns false\n", n1); in compareIterators()
190 if(!iter2->hasPrevious(iter2)) { in compareIterators()
191 log_err("%s->hasPrevious() at the end returns false\n", n2); in compareIterators()
204 if(iter1->hasPrevious(iter1)) { in compareIterators()
205 log_err("%s->hasPrevious() at the start returns true\n", n1); in compareIterators()
208 if(iter2->hasPrevious(iter2)) { in compareIterators()
209 log_err("%s->hasPrevious() at the start returns true\n", n2); in compareIterators()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnmodifiableLazyStringList.java127 public boolean hasPrevious() { in listIterator()
128 return iter.hasPrevious(); in listIterator()
/third_party/icu/icu4c/source/test/intltest/
H A Dcitrtest.cpp131 virtual UBool hasPrevious() override {return true;}
640 else if(iter.hasPrevious() == false && i>0) in TestIterationUChar32()
656 if(iter.hasPrevious() == true) in TestIterationUChar32()
657 errln("hasPrevious returned true after reaching the start"); in TestIterationUChar32()
743 else if(iter.hasPrevious() == false && i > 5) in TestIterationUChar32()
804 h=iter->hasPrevious(iter); in TestUCharIterator()
805 h2=ci.hasPrevious(); in TestUCharIterator()
810 h=iter->hasPrevious(iter); in TestUCharIterator()
811 h2=ci.hasPrevious(); in TestUCharIterator()
1076 virtual UBool hasPrevious() overrid
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duchriter.h314 virtual UBool hasPrevious();
H A Dchariter.h216 * functions. For backward iteration, there is also a hasPrevious() function
242 * Backward iteration with setToEnd() and hasPrevious():
246 * for(it.setToEnd(); it.hasPrevious();) {
546 virtual UBool hasPrevious() = 0;
H A Duiter.h162 * Function type declaration for UCharIterator.hasPrevious().
418 UCharIteratorHasPrevious *hasPrevious; member
/third_party/icu/icu4c/source/common/
H A Dedits.cpp668 UBool hasPrevious = previous(errorCode);
669 U_ASSERT(hasPrevious); // because i>=0 and the first span starts at 0
670 (void)hasPrevious; // avoid unused-variable warning
H A Dnormlzr.cpp509 if(!text->hasPrevious()) { in previousNormalize()
513 while(text->hasPrevious()) { in previousNormalize()
H A Duchriter.cpp187 UCharCharacterIterator::hasPrevious() { in hasPrevious() function in UCharCharacterIterator
H A Dunorm.cpp133 if(!(forward ? src->hasNext(src) : src->hasPrevious(src))) { in _iterate()
/third_party/node/deps/icu-small/source/common/
H A Dedits.cpp668 UBool hasPrevious = previous(errorCode);
669 U_ASSERT(hasPrevious); // because i>=0 and the first span starts at 0
670 (void)hasPrevious; // avoid unused-variable warning
H A Dnormlzr.cpp509 if(!text->hasPrevious()) { in previousNormalize()
513 while(text->hasPrevious()) { in previousNormalize()
H A Duchriter.cpp187 UCharCharacterIterator::hasPrevious() { in hasPrevious() function in UCharCharacterIterator
/third_party/skia/third_party/externals/icu/source/common/
H A Dedits.cpp668 UBool hasPrevious = previous(errorCode);
669 U_ASSERT(hasPrevious); // because i>=0 and the first span starts at 0
670 (void)hasPrevious; // avoid unused-variable warning
H A Dnormlzr.cpp509 if(!text->hasPrevious()) { in previousNormalize()
513 while(text->hasPrevious()) { in previousNormalize()
/third_party/icu/icu4c/source/common/unicode/
H A Duiter.h162 * Function type declaration for UCharIterator.hasPrevious().
418 UCharIteratorHasPrevious *hasPrevious; member
H A Dchariter.h216 * functions. For backward iteration, there is also a hasPrevious() function
242 * Backward iteration with setToEnd() and hasPrevious():
246 * for(it.setToEnd(); it.hasPrevious();) {
546 virtual UBool hasPrevious() = 0;
H A Duchriter.h314 virtual UBool hasPrevious() override;
/third_party/node/deps/icu-small/source/common/unicode/
H A Dchariter.h216 * functions. For backward iteration, there is also a hasPrevious() function
242 * Backward iteration with setToEnd() and hasPrevious():
246 * for(it.setToEnd(); it.hasPrevious();) {
546 virtual UBool hasPrevious() = 0;
H A Duiter.h162 * Function type declaration for UCharIterator.hasPrevious().
418 UCharIteratorHasPrevious *hasPrevious; member
H A Duchriter.h314 virtual UBool hasPrevious() override;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DEdits.java603 boolean hasPrevious = previous(); in findIndex()
604 assert(hasPrevious); // because i>=0 and the first span starts at 0 in findIndex()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DEdits.java591 boolean hasPrevious = previous(); in findIndex()
592 assert(hasPrevious); // because i>=0 and the first span starts at 0 in findIndex()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c1380 if(!iter1->hasPrevious(iter1)) { in compareIterators()
1381 log_err("%s->hasPrevious() at the end returns false\n", n1); in compareIterators()
1390 if(!iter2->hasPrevious(iter2)) { in compareIterators()
1391 log_err("%s->hasPrevious() at the end returns false\n", n2); in compareIterators()
1404 if(iter1->hasPrevious(iter1)) { in compareIterators()
1405 log_err("%s->hasPrevious() at the start returns true\n", n1); in compareIterators()
1408 if(iter2->hasPrevious(iter2)) { in compareIterators()
1409 log_err("%s->hasPrevious() at the start returns true\n", n2); in compareIterators()
1516 iter.hasNext(&iter) || iter.hasPrevious(&iter) in TestUCharIterator()

Completed in 25 milliseconds

12