Home
last modified time | relevance | path

Searched refs:next (Results 3601 - 3625 of 6258) sorted by relevance

1...<<141142143144145146147148149150>>...251

/third_party/backends/backend/
H A Drts8891_low.h164 struct Rts8891_Device *next; member
/third_party/backends/backend/genesys/
H A Dsensor.cpp37 for (auto it = std::next(config.shifts().begin()); it != config.shifts().end(); ++it) { in operator <<()
/third_party/benchmark/tools/
H A Dstrip_asm.py31 needs_dot = next(iter(decls))[0] != '.'
/third_party/curl/lib/
H A Dbufq.h36 struct buf_chunk *next; /* to keep it in a list */ member
/third_party/cJSON/tests/
H A Dcommon.h111 TEST_ASSERT_NULL_MESSAGE(item->next, "Linked list next pointer is not NULL.");\
/third_party/cups-filters/filter/pdftopdf/
H A Dintervalset.cc63 IntervalSet::key_t IntervalSet::next(key_t val) const // {{{ in next() function in IntervalSet
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/personname/
H A DFieldModifierImpl.java154 return s.substring(0, bi.next()); in getFirstGrapheme()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DStringCharacterIterator.java174 * Implements CharacterIterator.next() for String.
175 * @see CharacterIterator#next
179 public char next() in next() method in StringCharacterIterator
H A DReplaceableContextIterator.java91 * Set the start and limit indexes for context iteration with next().
92 * @param contextStart Start of context for next().
93 * @param contextLimit Limit of context for next().
114 * Iterate forward through the string to fetch the next code point
117 * @return The next code point to be case-mapped, or <0 when the iteration is done.
148 * Did forward context iteration with next() reach the iteration limit?
173 public int next() { in next() method in ReplaceableContextIterator
/third_party/icu/icu4c/source/test/perf/usetperf/
H A Dusetperf.cpp93 while (uit.next()) { in iterator()
/third_party/icu/icu4c/source/common/
H A Drbbi_cache.h74 * Break iterator API functions, next(), previous(), etc., will use cached results
91 void next() { if (fBufIdx == fEndBufIdx) { in next() function in RuleBasedBreakIterator::BreakCache
H A Druleiter.cpp38 UChar32 RuleCharacterIterator::next(int32_t options, UBool& isEscaped, UErrorCode& ec) { in next() function in RuleCharacterIterator
/third_party/icu/tools/colprobe/
H A Dline.h93 Line *next; member in Line
/third_party/icu/tools/unicode/c/genregexcasing/
H A Dgenregexcasing.cpp45 while (setIter.next()) { in main()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DICUServiceTestSample.java70 Entry entry = (Entry)iter.next(); in display()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBILSTMTest.java79 for (int bp = bi.first(); bp != BreakIterator.DONE; bp = bi.next()) { in runTestFromFile()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/index/
H A DIndexGenerator.java76 pw.println(i.next()); in main()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DReplaceableContextIterator.java92 * Set the start and limit indexes for context iteration with next().
93 * @param contextStart Start of context for next().
94 * @param contextLimit Limit of context for next().
115 * Iterate forward through the string to fetch the next code point
118 * @return The next code point to be case-mapped, or <0 when the iteration is done.
149 * Did forward context iteration with next() reach the iteration limit?
174 public int next() { in next() method in ReplaceableContextIterator
H A DStringCharacterIterator.java176 * Implements CharacterIterator.next() for String.
177 * @see CharacterIterator#next
181 public char next() in next() method in StringCharacterIterator
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUServiceTestSample.java67 Entry entry = (Entry)iter.next(); in display()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A Dvarsub.bat63 next;
/third_party/icu/icu4c/source/common/unicode/
H A Duiter.h149 * Check if current() and next() can still
153 * @return boolean value for whether current() and next() can still return another code unit
191 * Function type declaration for UCharIterator.next().
327 * The current() and next() functions only check the current index against the
404 * (public) Check if current() and next() can still
437 UCharIteratorNext *next; member
499 * Helper function for UCharIterator to get the next code point.
H A Dchariter.h148 * Gets the current code unit for returning and advances to the next code unit
158 * Gets the current code point for returning and advances to the next code point
300 * for(char16_t c = iter.first(); c != CharacterIterator.DONE; c = iter.next()) {
326 * c = iter.next()) {}
334 * for (c = iter.setIndex(start); iter.getIndex() < end; c = iter.next() ) {
388 * This can be used to begin an iteration with next().
499 * Advances to the next code unit in the iteration range
502 * @return the next code unit.
505 virtual char16_t next(void) = 0;
508 * Advances to the next cod
[all...]
/third_party/icu/icu4c/source/extra/scrptrun/
H A Dscrptrun.cpp115 UBool ScriptRun::next() in next() function in ScriptRun
H A Dscrptrun.h58 UBool next();

Completed in 12 milliseconds

1...<<141142143144145146147148149150>>...251