Home
last modified time | relevance | path

Searched refs:hasPrevious (Results 1 – 25 of 50) sorted by relevance

12

/third_party/icu/icu4c/source/samples/uciter8/
Duciter8.c180 if(!iter1->hasPrevious(iter1)) { in compareIterators()
190 if(!iter2->hasPrevious(iter2)) { in compareIterators()
204 if(iter1->hasPrevious(iter1)) { in compareIterators()
208 if(iter2->hasPrevious(iter2)) { in compareIterators()
/third_party/skia/third_party/externals/icu/source/samples/uciter8/
Duciter8.c180 if(!iter1->hasPrevious(iter1)) { in compareIterators()
190 if(!iter2->hasPrevious(iter2)) { in compareIterators()
204 if(iter1->hasPrevious(iter1)) { in compareIterators()
208 if(iter2->hasPrevious(iter2)) { in compareIterators()
/third_party/flutter/skia/third_party/externals/icu/source/samples/uciter8/
Duciter8.c180 if(!iter1->hasPrevious(iter1)) { in compareIterators()
190 if(!iter2->hasPrevious(iter2)) { in compareIterators()
204 if(iter1->hasPrevious(iter1)) { in compareIterators()
208 if(iter2->hasPrevious(iter2)) { in compareIterators()
/third_party/icu/icu4c/source/test/intltest/
Dcitrtest.cpp131 virtual UBool hasPrevious() {return TRUE;} in hasPrevious() function in SCharacterIterator
640 else if(iter.hasPrevious() == FALSE && i>0) in TestIterationUChar32()
656 if(iter.hasPrevious() == TRUE) 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() { in hasPrevious() function in SubCharIter
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUnmodifiableLazyStringList.java127 public boolean hasPrevious() { in listIterator() method
128 return iter.hasPrevious(); in listIterator()
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLBlend.cpp393 const char* dstColorName, bool hasPrevious) { in append_porterduff_term() argument
395 return hasPrevious; in append_porterduff_term()
397 if (hasPrevious) { in append_porterduff_term()
/third_party/icu/icu4c/source/common/unicode/
Duchriter.h314 virtual UBool hasPrevious();
Duiter.h418 UCharIteratorHasPrevious *hasPrevious; member
Dchariter.h546 virtual UBool hasPrevious() = 0;
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duchriter.h311 virtual UBool hasPrevious();
Duiter.h418 UCharIteratorHasPrevious *hasPrevious; member
Dchariter.h543 virtual UBool hasPrevious() = 0;
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duchriter.h314 virtual UBool hasPrevious();
Duiter.h418 UCharIteratorHasPrevious *hasPrevious; member
Dchariter.h546 virtual UBool hasPrevious() = 0;
/third_party/node/deps/icu-small/source/common/unicode/
Duchriter.h314 virtual UBool hasPrevious() override;
Duiter.h418 UCharIteratorHasPrevious *hasPrevious; member
/third_party/node/deps/icu-small/source/common/
Dnormlzr.cpp509 if(!text->hasPrevious()) { in previousNormalize()
513 while(text->hasPrevious()) { in previousNormalize()
Dedits.cpp668 UBool hasPrevious = previous(errorCode); in findIndex() local
669 U_ASSERT(hasPrevious); // because i>=0 and the first span starts at 0 in findIndex()
670 (void)hasPrevious; // avoid unused-variable warning in findIndex()
/third_party/skia/third_party/externals/icu/source/common/
Dnormlzr.cpp509 if(!text->hasPrevious()) { in previousNormalize()
513 while(text->hasPrevious()) { in previousNormalize()
Dedits.cpp668 UBool hasPrevious = previous(errorCode); in findIndex() local
669 U_ASSERT(hasPrevious); // because i>=0 and the first span starts at 0 in findIndex()
670 (void)hasPrevious; // avoid unused-variable warning in findIndex()
/third_party/icu/icu4c/source/common/
Dnormlzr.cpp509 if(!text->hasPrevious()) { in previousNormalize()
513 while(text->hasPrevious()) { in previousNormalize()
Dedits.cpp668 UBool hasPrevious = previous(errorCode); in findIndex() local
669 U_ASSERT(hasPrevious); // because i>=0 and the first span starts at 0 in findIndex()
670 (void)hasPrevious; // avoid unused-variable warning in findIndex()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dnormlzr.cpp509 if(!text->hasPrevious()) { in previousNormalize()
513 while(text->hasPrevious()) { in previousNormalize()
Dedits.cpp667 UBool hasPrevious = previous(errorCode); in findIndex() local
668 U_ASSERT(hasPrevious); // because i>=0 and the first span starts at 0 in findIndex()
669 (void)hasPrevious; // avoid unused-variable warning in findIndex()

12