/third_party/icu/icu4c/source/samples/uciter8/ |
H A D | uciter8.c | 180 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 D | uciter8.c | 180 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 D | UnmodifiableLazyStringList.java | 127 public boolean hasPrevious() { in listIterator() 128 return iter.hasPrevious(); in listIterator()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | citrtest.cpp | 131 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 D | uchriter.h | 314 virtual UBool hasPrevious();
|
H A D | chariter.h | 216 * 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 D | uiter.h | 162 * Function type declaration for UCharIterator.hasPrevious(). 418 UCharIteratorHasPrevious *hasPrevious; member
|
/third_party/icu/icu4c/source/common/ |
H A D | edits.cpp | 668 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 D | normlzr.cpp | 509 if(!text->hasPrevious()) { in previousNormalize() 513 while(text->hasPrevious()) { in previousNormalize()
|
H A D | uchriter.cpp | 187 UCharCharacterIterator::hasPrevious() { in hasPrevious() function in UCharCharacterIterator
|
H A D | unorm.cpp | 133 if(!(forward ? src->hasNext(src) : src->hasPrevious(src))) { in _iterate()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | edits.cpp | 668 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 D | normlzr.cpp | 509 if(!text->hasPrevious()) { in previousNormalize() 513 while(text->hasPrevious()) { in previousNormalize()
|
H A D | uchriter.cpp | 187 UCharCharacterIterator::hasPrevious() { in hasPrevious() function in UCharCharacterIterator
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | edits.cpp | 668 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 D | normlzr.cpp | 509 if(!text->hasPrevious()) { in previousNormalize() 513 while(text->hasPrevious()) { in previousNormalize()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | uiter.h | 162 * Function type declaration for UCharIterator.hasPrevious(). 418 UCharIteratorHasPrevious *hasPrevious; member
|
H A D | chariter.h | 216 * 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 D | uchriter.h | 314 virtual UBool hasPrevious() override;
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | chariter.h | 216 * 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 D | uiter.h | 162 * Function type declaration for UCharIterator.hasPrevious(). 418 UCharIteratorHasPrevious *hasPrevious; member
|
H A D | uchriter.h | 314 virtual UBool hasPrevious() override;
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | Edits.java | 603 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 D | Edits.java | 591 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 D | custrtst.c | 1380 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()
|