Home
last modified time | relevance | path

Searched refs:iter (Results 3701 - 3725 of 5788) sorted by relevance

1...<<141142143144145146147148149150>>...232

/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationServiceTest.java188 Iterator iter = map.keySet().iterator(); in TestRegisterFactory()
189 while (iter.hasNext()) { in TestRegisterFactory()
190 ULocale locale = (ULocale)iter.next(); in TestRegisterFactory()
/third_party/icu/icu4c/source/common/
H A Dcaniter.cpp455 UnicodeSetIterator iter(starts); in getEquivalents2()
456 while (iter.next()) { in getEquivalents2()
457 UChar32 cp2 = iter.getCodepoint(); in getEquivalents2()
H A Dlocalebuilder.cpp196 LocalPointer<icu::StringEnumeration> iter(locale.createUnicodeKeywords(errorCode)); in _clearUAttributesAndKeyType()
197 if (U_FAILURE(errorCode) || iter.isNull()) { return; } in _clearUAttributesAndKeyType()
199 while ((key = iter->next(nullptr, errorCode)) != nullptr) { in _clearUAttributesAndKeyType()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DBreakIteratorTest.java119 BreakIterator iter = BreakIterator.getWordInstance(); in TestBug4153072()
126 iter.setText(new StringCharacterIterator(str, begin, end, begin)); in TestBug4153072()
129 iter.isBoundary(index); in TestBug4153072()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DBreakIteratorTest.java116 BreakIterator iter = BreakIterator.getWordInstance(); in TestBug4153072()
123 iter.setText(new StringCharacterIterator(str, begin, end, begin)); in TestBug4153072()
126 iter.isBoundary(index); in TestBug4153072()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationServiceTest.java191 Iterator iter = map.keySet().iterator(); in TestRegisterFactory()
192 while (iter.hasNext()) { in TestRegisterFactory()
193 ULocale locale = (ULocale)iter.next(); in TestRegisterFactory()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DGatherAPIData.java314 Iterator iter = c.iterator(); in writeResults()
315 while (iter.hasNext()) { in writeResults()
316 APIInfo info = (APIInfo)iter.next(); in writeResults()
H A DGatherAPIDataOld.java238 Iterator iter = c.iterator(); in writeResults()
239 while (iter.hasNext()) { in writeResults()
240 APIInfo info = (APIInfo)iter.next(); in writeResults()
/third_party/node/lib/internal/crypto/
H A Dwebidl.js331 const iter = V?.[SymbolIterator]?.();
332 if (iter === undefined) {
339 const res = iter?.next?.();
/third_party/node/tools/inspector_protocol/jinja2/
H A Dutils.py452 return iter(self.items())
460 return iter(self.values())
478 return iter(tuple(self._queue))
/third_party/node/deps/icu-small/source/common/
H A Dlocalebuilder.cpp196 LocalPointer<icu::StringEnumeration> iter(locale.createUnicodeKeywords(errorCode)); in _clearUAttributesAndKeyType()
197 if (U_FAILURE(errorCode) || iter.isNull()) { return; } in _clearUAttributesAndKeyType()
199 while ((key = iter->next(nullptr, errorCode)) != nullptr) { in _clearUAttributesAndKeyType()
H A Dcaniter.cpp455 UnicodeSetIterator iter(starts); in getEquivalents2()
456 while (iter.next()) { in getEquivalents2()
457 UChar32 cp2 = iter.getCodepoint(); in getEquivalents2()
/third_party/node/deps/npm/node_modules/diff/lib/patch/
H A Dmerge.js35 function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); }
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.h380 FrameStateDescriptor* descriptor, InstructionOperandIterator* iter,
384 InstructionOperandIterator* iter);
386 InstructionOperandIterator* iter);
/third_party/node/deps/v8/src/diagnostics/
H A Ddisassembler.cc191 auto iter = directly_accessed_external_refs_.find(offset); in RootRelativeName() local
192 if (iter != directly_accessed_external_refs_.end()) { in RootRelativeName()
193 SNPrintF(v8_buffer_, "external value (%s)", iter->second); in RootRelativeName()
/third_party/node/deps/v8/src/torque/ls/
H A Dmessage-handler.cc113 auto iter = notifications_.find(id); in GetOrCreateNotificationForSource() local
114 if (iter != notifications_.end()) return iter->second; in GetOrCreateNotificationForSource()
/third_party/mesa3d/src/util/
H A Dfossilize_db.c189 for (int64_t iter = 0; iter < iterations; ++iter) { in lock_file_with_timeout()
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dvar.rs160 let tokens: Vec<_> = cursor.tokens().iter().collect(); in handle_function_macro()
161 if let Some(boundary) = tokens.iter().position(is_closing_paren) { in handle_function_macro()
162 let mut spelled = tokens.iter().map(ClangToken::spelling); in handle_function_macro()
/third_party/skia/src/gpu/
H A DGrGeometryProcessor.cpp250 if (auto iter = fTransformVaryingsMap.find(base); iter != fTransformVaryingsMap.end()) { in emitTransformCode()
254 inputCoords = iter->second.varying.vsOutVar(); in emitTransformCode()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DBitmapSizeTable.java421 Iterator<BitmapGlyphInfo> iter = this.iterator(); in generateLocaMap()
422 while (iter.hasNext()) { in generateLocaMap()
423 BitmapGlyphInfo info = iter.next(); in generateLocaMap()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducol.cpp214 UCharIterator *iter, in ucol_nextSortKeyPart()
224 UTRACE_DATA6(UTRACE_VERBOSE, "coll=%p, iter=%p, state=%d %d, dest=%p, count=%d", in ucol_nextSortKeyPart()
225 coll, iter, state[0], state[1], dest, count); in ucol_nextSortKeyPart()
228 internalNextSortKeyPart(iter, state, dest, count, *status); in ucol_nextSortKeyPart()
213 ucol_nextSortKeyPart(const UCollator *coll, UCharIterator *iter, uint32_t state[2], uint8_t *dest, int32_t count, UErrorCode *status) ucol_nextSortKeyPart() argument
/third_party/skia/third_party/externals/libwebp/src/mux/
H A Dmuxinternal.c102 uint32_t iter = nth; in ChunkSearchList() local
106 while (--iter != 0) { in ChunkSearchList()
111 return ((nth > 0) && (iter > 0)) ? NULL : first; in ChunkSearchList()
/third_party/skia/src/sksl/ir/
H A DSkSLFunctionDeclaration.cpp26 auto iter = kAllIntrinsics->find(functionName); in identify_intrinsic() local
27 if (iter != kAllIntrinsics->end()) { in identify_intrinsic()
28 return iter->second; in identify_intrinsic()
/third_party/skia/src/utils/
H A DSkDashPath.cpp189 SkPath::Iter iter(srcPath, false);
192 SkAssertResult(SkPath::kMove_Verb == iter.next(pts));
196 while (iter.next(pts) == SkPath::kLine_Verb) {
/third_party/skia/third_party/externals/icu/source/common/
H A Dcaniter.cpp455 UnicodeSetIterator iter(starts); in getEquivalents2()
456 while (iter.next()) { in getEquivalents2()
457 UChar32 cp2 = iter.getCodepoint(); in getEquivalents2()

Completed in 23 milliseconds

1...<<141142143144145146147148149150>>...232