Home
last modified time | relevance | path

Searched defs:hasNext (Results 1 - 25 of 104) sorted by relevance

12345

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DComposedCharIter.java106 public boolean hasNext() { in hasNext() method in ComposedCharIter
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DUResourceBundleIterator.java94 public boolean hasNext(){ in hasNext() method in UResourceBundleIterator
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DComposedCharIter.java108 public boolean hasNext() { in hasNext() method in ComposedCharIter
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DUResourceBundleIterator.java90 public boolean hasNext(){ in hasNext() method in UResourceBundleIterator
/third_party/icu/icu4c/source/test/intltest/
H A Dsfwdchit.cpp120 UBool SimpleFwdCharIterator::hasNext() { in hasNext() function in SimpleFwdCharIterator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineUniqueRandomIterator.hpp89 bool UniqueRandomIterator<T>::hasNext (void) const in hasNext() function in vkt::pipeline::UniqueRandomIterator
H A DvktPipelineCombinationsIterator.hpp86 bool CombinationsIterator<T>::hasNext (void) const in hasNext() function in vkt::pipeline::CombinationsIterator
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineUniqueRandomIterator.hpp89 bool UniqueRandomIterator<T>::hasNext (void) const in hasNext() function in vkt::pipeline::UniqueRandomIterator
H A DvktPipelineCombinationsIterator.hpp86 bool CombinationsIterator<T>::hasNext (void) const in hasNext() function in vkt::pipeline::CombinationsIterator
/third_party/icu/icu4c/source/common/
H A Dbytestrieiterator.cpp99 BytesTrie::Iterator::hasNext() const { return pos_!=NULL || !stack_->isEmpty(); } in hasNext() function in BytesTrie::Iterator
H A Ducharstrieiterator.cpp98 UCharsTrie::Iterator::hasNext() const { return pos_!=NULL || !stack_->isEmpty(); } in hasNext() function in UCharsTrie::Iterator
/third_party/node/deps/icu-small/source/common/
H A Dbytestrieiterator.cpp99 BytesTrie::Iterator::hasNext() const { return pos_!=nullptr || !stack_->isEmpty(); } in hasNext() function in BytesTrie::Iterator
H A Ducharstrieiterator.cpp98 UCharsTrie::Iterator::hasNext() const { return pos_!=nullptr || !stack_->isEmpty(); } in hasNext() function in UCharsTrie::Iterator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H A DSourceMgr.h41 bool hasNext() const { return Current < (Iterations * Sequence.size()); } in hasNext() function in llvm::mca::SourceMgr
/third_party/skia/third_party/externals/icu/source/common/
H A Dbytestrieiterator.cpp99 BytesTrie::Iterator::hasNext() const { return pos_!=NULL || !stack_->isEmpty(); } in hasNext() function in BytesTrie::Iterator
H A Ducharstrieiterator.cpp98 UCharsTrie::Iterator::hasNext() const { return pos_!=NULL || !stack_->isEmpty(); } in hasNext() function in UCharsTrie::Iterator
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DStringTokenIterator.java60 public boolean hasNext() { in hasNext() method in StringTokenIterator
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DStringTokenIterator.java64 public boolean hasNext() { in hasNext() method in StringTokenIterator
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DCMapFormat0.java46 public boolean hasNext() { in hasNext() method in CMapFormat0.CharacterIterator
H A DCMapFormat10.java52 public boolean hasNext() { in hasNext() method in CMapFormat10.CharacterIterator
H A DCMapFormat12.java80 public boolean hasNext() { in hasNext() method in CMapFormat12.CharacterIterator
H A DCMapFormat13.java79 public boolean hasNext() { in hasNext() method in CMapFormat13.CharacterIterator
H A DCMapFormat6.java53 public boolean hasNext() { in hasNext() method in CMapFormat6.CharacterIterator
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DLazyField.java135 public boolean hasNext() { in hasNext() method in LazyField.LazyIterator
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DTransliterationChart.java280 public boolean hasNext() { in hasNext() method in TransliterationChart.EquivClass.MyIterator
[all...]

Completed in 11 milliseconds

12345