Home
last modified time | relevance | path

Searched refs:next (Results 4076 - 4100 of 5826) sorted by relevance

1...<<161162163164165166167168169170>>...234

/third_party/icu/icu4c/source/common/
H A Dpropname.cpp30 * Get the next non-ignorable ASCII character from a property name
53 * Get the next non-ignorable EBCDIC character from a property name
234 result=trie.next((uint8_t)c); in containsName()
H A Ducase.h137 * Returns the next (cp, full) pair where "full" is cp's full default Case_Folding.
140 UChar32 next(UnicodeString &full);
H A Ducharstrieiterator.cpp101 UCharsTrie::Iterator::next(UErrorCode &errorCode) { in next() function in UCharsTrie::Iterator
110 // Pop the state off the stack and continue with the next outbound edge of in next()
152 // next time. in next()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DDataDrivenTestHelper.java48 String first = components.iterator().next(); in appendLines()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DAnyScriptTest.java169 for (UnicodeSetIterator it = new UnicodeSetIterator(set); it.next();) { in getList()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DBreakIteratorRegTest.java123 for (char c = ci.first(); c != CharacterIterator.DONE; c = ci.next()) { in getString()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDataDrivenFormatTest.java92 DataMap currentCase = (DataMap) iter.next(); in testConvertDate()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DAPIData.java127 APIInfo info = (APIInfo)iter.next(); in printStats()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DBreakIteratorRegTest.java120 for (char c = ci.first(); c != CharacterIterator.DONE; c = ci.next()) { in getString()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DAnyScriptTest.java166 for (UnicodeSetIterator it = new UnicodeSetIterator(set); it.next();) { in getList()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
H A DCombinedCurrencyMatcher.java175 result.currencyCode = values.next().getISOCode(); in matchCurrency()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DDataDrivenTestHelper.java47 String first = components.iterator().next(); in appendLines()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUBiDiProps.java109 while(trieIterator.hasNext() && !(range=trieIterator.next()).leadSurrogate) { in addPropertyStarts()
H A DTrieIterator.java72 * while(fcdIter.next(result)) {
82 * while(fcdIter.next(result)){
117 * <p>The next set of codepoints with the same value type will be
125 public final boolean next(Element element) in next() method in TrieIterator
161 * Called by next() to extracts a 32 bit value from a trie value
192 * Finding the next element.
194 * next().
195 * We always store the next element before it is requested.
199 * @return true if the next range is found, false if we have to proceed to
213 // synwee check that next bloc in calculateNextBMPElement()
[all...]
H A DUPropertyAliases.java214 result=trie.next(c); in containsName()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNumberingSystem.java264 temp = it.next(); in getAvailableNames()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDataDrivenFormatTest.java95 DataMap currentCase = (DataMap) iter.next(); in testConvertDate()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUScriptRun.java41 * while (scriptRun.next()) {
60 * Construct an empty <code>UScriptRun</code> object. The <code>next()</code>
333 * Find the next script run. Returns <code>false</code> if there
342 public final boolean next() in next() method in UScriptRun
398 // the next run. Back over it so we'll see in next()
399 // it again the next time. in next()
/third_party/libwebsockets/lib/core-net/
H A Dsequencer.c79 /* schedule the next one */ in lws_sul_seq_heartbeat_cb()
282 dh = dh->next; in lws_seq_check_wsi()
/third_party/mesa3d/.gitlab-ci/bin/
H A Dci_run_n_monitor.py180 return next(iter(target_statuses)), None
/third_party/libdrm/nouveau/
H A Dnouveau.h156 struct nouveau_list *next; member
/third_party/mbedtls/programs/ssl/
H A Ddtls_server.c215 mbedtls_ssl_conf_ca_chain(&conf, srvcert.next, NULL); in main()
H A Dssl_fork_server.c174 mbedtls_ssl_conf_ca_chain(&conf, srvcert.next, NULL); in main()
H A Dssl_server.c195 mbedtls_ssl_conf_ca_chain(&conf, srvcert.next, NULL); in main()
/third_party/mesa3d/.gitlab-ci/tests/
H A Dtest_lava_job_submitter.py333 data_chunk = [next(chain) for _ in range(random.randint(0, 50))]

Completed in 15 milliseconds

1...<<161162163164165166167168169170>>...234