/third_party/icu/icu4c/source/common/ |
H A D | propname.cpp | 30 * 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 D | ucase.h | 137 * Returns the next (cp, full) pair where "full" is cp's full default Case_Folding. 140 UChar32 next(UnicodeString &full);
|
H A D | ucharstrieiterator.cpp | 101 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 D | DataDrivenTestHelper.java | 48 String first = components.iterator().next(); in appendLines()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | AnyScriptTest.java | 169 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 D | BreakIteratorRegTest.java | 123 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 D | DataDrivenFormatTest.java | 92 DataMap currentCase = (DataMap) iter.next(); in testConvertDate()
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | APIData.java | 127 APIInfo info = (APIInfo)iter.next(); in printStats()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
H A D | BreakIteratorRegTest.java | 120 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 D | AnyScriptTest.java | 166 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 D | CombinedCurrencyMatcher.java | 175 result.currencyCode = values.next().getISOCode(); in matchCurrency()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | DataDrivenTestHelper.java | 47 String first = components.iterator().next(); in appendLines()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UBiDiProps.java | 109 while(trieIterator.hasNext() && !(range=trieIterator.next()).leadSurrogate) { in addPropertyStarts()
|
H A D | TrieIterator.java | 72 * 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 D | UPropertyAliases.java | 214 result=trie.next(c); in containsName()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | NumberingSystem.java | 264 temp = it.next(); in getAvailableNames()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | DataDrivenFormatTest.java | 95 DataMap currentCase = (DataMap) iter.next(); in testConvertDate()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
H A D | UScriptRun.java | 41 * 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 D | sequencer.c | 79 /* 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 D | ci_run_n_monitor.py | 180 return next(iter(target_statuses)), None
|
/third_party/libdrm/nouveau/ |
H A D | nouveau.h | 156 struct nouveau_list *next; member
|
/third_party/mbedtls/programs/ssl/ |
H A D | dtls_server.c | 215 mbedtls_ssl_conf_ca_chain(&conf, srvcert.next, NULL); in main()
|
H A D | ssl_fork_server.c | 174 mbedtls_ssl_conf_ca_chain(&conf, srvcert.next, NULL); in main()
|
H A D | ssl_server.c | 195 mbedtls_ssl_conf_ca_chain(&conf, srvcert.next, NULL); in main()
|
/third_party/mesa3d/.gitlab-ci/tests/ |
H A D | test_lava_job_submitter.py | 333 data_chunk = [next(chain) for _ in range(random.randint(0, 50))]
|