/third_party/backends/backend/ |
H A D | rts8891_low.h | 164 struct Rts8891_Device *next; member
|
/third_party/backends/backend/genesys/ |
H A D | sensor.cpp | 37 for (auto it = std::next(config.shifts().begin()); it != config.shifts().end(); ++it) { in operator <<()
|
/third_party/benchmark/tools/ |
H A D | strip_asm.py | 31 needs_dot = next(iter(decls))[0] != '.'
|
/third_party/curl/lib/ |
H A D | bufq.h | 36 struct buf_chunk *next; /* to keep it in a list */ member
|
/third_party/cJSON/tests/ |
H A D | common.h | 111 TEST_ASSERT_NULL_MESSAGE(item->next, "Linked list next pointer is not NULL.");\
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | intervalset.cc | 63 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 D | FieldModifierImpl.java | 154 return s.substring(0, bi.next()); in getFirstGrapheme()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | StringCharacterIterator.java | 174 * Implements CharacterIterator.next() for String. 175 * @see CharacterIterator#next 179 public char next() in next() method in StringCharacterIterator
|
H A D | ReplaceableContextIterator.java | 91 * 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 D | usetperf.cpp | 93 while (uit.next()) { in iterator()
|
/third_party/icu/icu4c/source/common/ |
H A D | rbbi_cache.h | 74 * 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 D | ruleiter.cpp | 38 UChar32 RuleCharacterIterator::next(int32_t options, UBool& isEscaped, UErrorCode& ec) { in next() function in RuleCharacterIterator
|
/third_party/icu/tools/colprobe/ |
H A D | line.h | 93 Line *next; member in Line
|
/third_party/icu/tools/unicode/c/genregexcasing/ |
H A D | genregexcasing.cpp | 45 while (setIter.next()) { in main()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | ICUServiceTestSample.java | 70 Entry entry = (Entry)iter.next(); in display()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
H A D | RBBILSTMTest.java | 79 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 D | IndexGenerator.java | 76 pw.println(i.next()); in main()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | ReplaceableContextIterator.java | 92 * 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 D | StringCharacterIterator.java | 176 * 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 D | ICUServiceTestSample.java | 67 Entry entry = (Entry)iter.next(); in display()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | varsub.bat | 63 next;
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | uiter.h | 149 * 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 D | chariter.h | 148 * 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 D | scrptrun.cpp | 115 UBool ScriptRun::next() in next() function in ScriptRun
|
H A D | scrptrun.h | 58 UBool next();
|