/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | PatternTokenizer.java | 242 int status = next(buffer); in normalize() 259 public int next(StringBuffer buffer) { in next() method in PatternTokenizer
|
H A D | EraRules.java | 53 UResourceBundle eraRuleRes = itr.next(); in getInstance() 74 UResourceBundle res = ruleItr.next(); in getInstance() 251 * next 8 bits and day of month is last 8 bits.
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | BreakIterator.java | 64 * has a concept of a "current position" and methods like first(), last(), next(), 72 * returned when the current position is the end of the text and the user calls next(), 123 * for (int end = boundary.next(); 125 * start = end, end = boundary.next()) { 151 * int end = boundary.next(); 179 * Find the next word 187 * int wordLimit = wb.next(); 202 * that each represent the end of one sentence and the beginning of the next. 245 * DONE is returned by previous() and next() after all valid 276 * boundary. Calling this function is equivalent to calling next() o 284 public abstract int next(int n); next() method in BreakIterator 296 public abstract int next(); next() method in BreakIterator [all...] |
H A D | BreakTransliterator.java | 94 for(boundary = bi.first(); boundary != BreakIterator.DONE && boundary < pos.limit; boundary = bi.next()) { in handleTransliterate() 287 * Implements CharacterIterator.next() for String. 288 * @see CharacterIterator#next 291 public char next() in next() method in BreakTransliterator.ReplaceableCharacterIterator
|
H A D | SearchIterator.java | 43 * pos = iter.next()) { 162 * DONE is returned by previous() and next() after all valid matches have 165 * @see #next 175 * Sets the position in the target text at which the next search will start. 178 * @param position position from which to start the next search 272 * {@link #first}, {@link #next}, {@link #previous}, or {@link #last}. 281 * @see #next 302 * to {@link #first}, {@link #next}, {@link #previous}, or {@link #last}. 309 * @see #next 342 * {@link #first}, {@link #next}, { 385 public int next() { next() method in SearchIterator [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | Counter.java | 157 //Object key = it.next(); 206 T ii = i.next(); in compareTo() 207 T jj = i.next(); in compareTo()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | HashCalc.h | 173 const wchar_t next = s[i];
in ParseString() local 174 if (next == '-')
in ParseString()
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | class.js | 82 assert ((new A2).constructor().next().value === 5); 123 assert (C.constructor().next().value === 44);
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_comparison_pre.c | 11 * The above copyright notice and this permission notice (including the next 246 while (b->node.next != NULL) { in comparison_pre_block() 310 b = (struct block_instructions *) b->node.next; in comparison_pre_block()
|
H A D | nir_liveness.c | 11 * The above copyright notice and this permission notice (including the next 283 struct exec_node *node = start->node.next; in search_for_use_after_instr() 288 node = node->next; in search_for_use_after_instr()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_reduce_assign.cpp | 12 * The above copyright notice and this permission notice (including the next 118 instructions.insert(std::next(instructions.begin(), instructions.size() - 1), in setup_reduce_temp() 155 instructions.insert(std::next(instructions.begin(), instructions.size() - 1), in setup_reduce_temp()
|
/third_party/libwebsockets/lib/roles/h2/ |
H A D | private-lib-roles-h2.h | 210 struct lws_h2_protocol_send *next; /* linked list */ member 234 struct lws_h2_ghost_sid *next; member
|
/third_party/libwebsockets/plugins/ |
H A D | protocol_fulltext_demo.c | 177 pss->ac = pss->ac->next; in callback_fts() 222 pss->fp = pss->fp->next; in callback_fts()
|
/third_party/node/deps/v8/tools/release/ |
H A D | list_deprecated.py | 63 line = next(line_iter, None) 85 current_blame['content'] = next(line_iter).strip() 113 # Extend to next line
|
/third_party/node/test/parallel/ |
H A D | test-string-decoder-end.js | 119 function testEnd(encoding, incomplete, next, expected) { 124 res += s.write(next);
|
H A D | test-worker-message-port.js | 120 transfer: { [Symbol.iterator]() { return { next: 42 }; } } 123 transfer: { [Symbol.iterator]() { return { next: null }; } }
|
/third_party/node/src/ |
H A D | spawn_sync.h | 54 inline SyncProcessOutputBuffer* next() const; 55 inline void set_next(SyncProcessOutputBuffer* next);
|
/third_party/musl/src/process/ |
H A D | posix_spawn.c | 89 for (op = fa->__actions; op->next; op = op->next); in child()
|
/third_party/musl/porting/liteos_a/user/src/process/ |
H A D | posix_spawn.c | 88 for (op = fa->__actions; op->next; op = op->next); in child()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | pluralmap.h | 134 * prior to using. Call next repeatedly to get the values until it 135 * returns nullptr. Each time next returns, caller may pass index 139 const T *next(Category &index) const { in next() function in PluralMap 153 * non const version of next. 156 const T *result = next(index); in nextMutable()
|
H A D | emojiprops.cpp | 187 UStringTrieResult result = trie.next(s, length); in hasBinaryPropertyImpl() 212 while (iter.next(errorCode)) { in addStrings()
|
H A D | dictionarydata.cpp | 55 UStringTrieResult result = (codePointsMatched == 0) ? uct.first(c) : uct.next(c); in matches() 122 UStringTrieResult result = (codePointsMatched == 0) ? bt.first(transform(c)) : bt.next(transform(c)); in matches() 232 // these next two sections are empty in the current format, in udict_swap()
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_rtb.h | 78 ngtcp2_frame_chain *next; member 239 ngtcp2_rtb_entry *next; member 441 * |cc_pkt_num| is the next outbound packet number which is sent under
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_scene.h | 15 * next paragraph) shall be included in all copies or substantial portions 82 struct cmd_block *next; member 89 struct data_block *next; member
|
/third_party/lwip/src/include/lwip/ |
H A D | pbuf.h | 187 /** next pbuf in singly linked pbuf chain */ 188 struct pbuf *next; member 194 * total length of this buffer and all next buffers in chain 198 * p->tot_len == p->len + (p->next? p->next->tot_len: 0) 216 * the stack itself, or pbuf->next pointers from a chain. 233 /** next pbuf in singly linked pbuf chain */ 234 struct pbuf *next; member
|