Home
last modified time | relevance | path

Searched refs:next (Results 3976 - 4000 of 6079) sorted by relevance

1...<<151152153154155156157158159160>>...244

/third_party/cups-filters/filter/
H A Dbannertopdf.c248 entry->next = in_opt; in add_opt()
522 opt_next = opt_current->next; in generate_banner_pdf()
/third_party/alsa-lib/src/seq/
H A Dseq_hw.c621 snd_config_iterator_t i, next; in _snd_seq_hw_open() local
622 snd_config_for_each(i, next, conf) { in _snd_seq_hw_open()
/third_party/gn/src/gn/
H A Dohos_components.cc155 item = item->next; in findChildByPath()
177 // Get next path seperator in matchComponentByLabel()
239 child->next = current->child; in addComponentToTree()
250 // Continue to add next part in addComponentToTree()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUService.java474 // cache the first time next goaround. in getKey()
696 Entry<String, Factory> e = ei.next(); in getDisplayNames()
719 Entry<String, String> e = iter.next(); in getDisplayNames()
/third_party/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp51 "-next Do the next test\n"
152 {"-next", OptSpec::FLAG, &opt_next},
300 while((j = brkit->next()) != BreakIterator::DONE) { in doForwardTest()
311 while(brkit->next() != BreakIterator::DONE) { in doForwardTest()
388 while(brkit->next() != BreakIterator::DONE) { in doIsBoundTest()
625 // remember the other half for the next time through. in get()
/third_party/icu/icu4c/source/test/intltest/
H A Dcallimts.cpp178 UBool next (int32_t &rIndex) { in next() function
207 while (gTestCaseIterator.next(testIndex)) { in TestLimitsThread()
H A Dtscoll.cpp456 err("next: "); in backAndForth()
457 while ((o = iter.next(status)) != CollationElementIterator::NULLORDER) in backAndForth()
483 * returned by calls to next on the specified iterator
494 while ((order = iter.next(status)) != CollationElementIterator::NULLORDER) in getOrders()
512 errln("CollationElementIterator.next() failed - %s", in getOrders()
/third_party/icu/icu4c/source/common/
H A Dcaniter.cpp129 *@return the next string that is canonically equivalent. The value null is returned when
132 UnicodeString CanonicalIterator::next() { in next() function in CanonicalIterator
150 // find next value for next time in next()
369 //String item = (String) it.next(); in getEquivalents()
380 //String possible = (String) it2.next(); in getEquivalents()
456 while (iter.next()) { in getEquivalents2()
H A Dlocalebuilder.cpp171 while ((key = keywords->next(nullptr, errorCode)) != nullptr) { in _copyExtensions()
199 while ((key = iter->next(nullptr, errorCode)) != nullptr) { in _clearUAttributesAndKeyType()
H A Dnormlzr.cpp265 * Return the next character in the normalized text and advance
269 UChar32 Normalizer::next() { in next() function in Normalizer
312 return next(); in first()
333 * {@link #next} and {@link #previous} iterate through characters in the
335 * correspondence between characters returned by <tt>next</tt> and
H A Drbbi_cache.cpp164 // leave the text pointer on the other side of its range, ready to search for the next one. in populateDictionary()
169 // Reload the loop variables for the next go-round in populateDictionary()
240 // startPos is in the cache. Do a next() from that position. in following()
243 // next() does not clear it in the fast-path case, where everything matters. Maybe it should. in following()
246 next(); in following()
272 * Out-of-line code for BreakCache::next().
292 // Cache already holds the next boundary in previous()
455 next(); in populateNear()
458 // If position is not itself a boundary, the next() loop above will overshoot. in populateNear()
508 // (subsequent calls to BreakIterator::next() wil in populateFollowing()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DConformanceTest.java377 ch = normalizer.next()) { in iterativeNorm()
406 ch = normalizer.next()) { in iterativeNorm()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DConformanceTest.java374 ch = normalizer.next()) { in iterativeNorm()
403 ch = normalizer.next()) { in iterativeNorm()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DUnicodeSetCloseOver.java149 Object key = i.next(); in analyzeCaseData()
270 String s = (String) it.next(); in generateCaseData()
H A DWriteIndicCharts.java323 while(iter.next()){ in writeIICharts()
350 while(tIter.next()){ in writeCharts()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUService.java479 // cache the first time next goaround. in getKey()
701 Entry<String, Factory> e = ei.next(); in getDisplayNames()
724 Entry<String, String> e = iter.next(); in getDisplayNames()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DPluralSamples.java270 uniqueValue.value = values.iterator().next(); in getStatus()
288 uniqueValue.value = subtractedSet.iterator().next(); in getStatus()
/third_party/icu/icu4c/source/i18n/
H A Ducoleitr.cpp323 return CollationElementIterator::fromUCollationElements(elems)->next(*status); in ucol_next()
345 int32_t ce = cei->next(*status); in nextProcessed()
H A Ddtptngen_impl.h181 LocalPointer<PtnElem> next; member in PtnElem
269 DateTimeMatcher& next();
/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h336 struct lws_foreign_thread_pollfd *next; member
798 struct lws_buflist *next; member
/third_party/libunwind/libunwind/include/
H A Ddwarf.h266 struct dwarf_stackable_reg_state *next; /* for rs_stack */ member
275 unsigned short hint; /* hint for next rs to try (or -1) */
381 /* Pointer to next descriptor. */
382 struct unw_debug_frame_list *next; member
/third_party/libunwind/libunwind/src/ia64/
H A DGinstall_cursor.S274 (pSig) br.cond.dpnt.many .next
299 .next: mov.m ar.rsc = r10 // restore original ar.rsc
/third_party/libwebsockets/lib/cose/
H A Dcose_sign.c514 if (csc->alg->list.next) { in lws_cose_sign_payload_chunk()
515 csc->alg = (lws_cose_sig_alg_t *)csc->alg->list.next; in lws_cose_sign_payload_chunk()
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/
H A DGeneratePhonePrefixData.java370 Map.Entry<Integer, String> entry = it.next(); in compressAccordingToEnglishData()
420 Map.Entry<Integer, String> mapping = it.next(); in removeEmptyEnglishMappings()
/third_party/libwebsockets/lib/core-net/
H A Dpollfd.c116 ftp->next = NULL; in _lws_change_pollfd()
124 ftp1 = &((*ftp1)->next); in _lws_change_pollfd()

Completed in 25 milliseconds

1...<<151152153154155156157158159160>>...244