Home
last modified time | relevance | path

Searched refs:start (Results 2376 - 2400 of 6742) sorted by relevance

1...<<919293949596979899100>>...270

/third_party/node/deps/icu-small/source/common/
H A Dustring.cpp43 isMatchAtCPBoundary(const char16_t *start, const char16_t *match, const char16_t *matchLimit, const char16_t *limit) { in isMatchAtCPBoundary() argument
44 if(U16_IS_TRAIL(*match) && start!=match && U16_IS_LEAD(*(match-1))) { in isMatchAtCPBoundary()
58 const char16_t *start, *p, *q, *subLimit; in u_strFindFirst() local
68 start=s; in u_strFindFirst()
87 if(isMatchAtCPBoundary(start, s-1, p, nullptr)) { in u_strFindFirst()
135 if(isMatchAtCPBoundary(start, s-1, p, nullptr)) { in u_strFindFirst()
162 /* the substring must start before preLimit */ in u_strFindFirst()
173 if(isMatchAtCPBoundary(start, s-1, p, limit)) { in u_strFindFirst()
289 const char16_t *start, *limit, *p, *q, *subLimit; in u_strFindLast() local
335 start in u_strFindLast()
1218 int32_t start = *offset; u_unescapeAt() local
[all...]
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffparse.c90 memory->free( memory, t2->start ); in finalize_t2_strings()
123 /* `first >= parser->start' can be assumed. */ in cff_parser_within_limits()
134 if ( first >= parser->start && in cff_parser_within_limits()
145 if ( first >= t2->start && in cff_parser_within_limits()
161 FT_Byte* start ) in cff_parse_integer()
163 FT_Byte* p = start; in cff_parse_integer()
248 FT_Byte* start, in cff_parse_real()
252 FT_Byte* p = start; in cff_parse_real()
1196 FT_Byte* start, in FT_LOCAL_DEF()
1199 FT_Byte* p = start; in FT_LOCAL_DEF()
247 cff_parse_real( CFF_Parser parser, FT_Byte* start, FT_Long power_ten, FT_Long* scaling ) cff_parse_real() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dustring.cpp43 isMatchAtCPBoundary(const UChar *start, const UChar *match, const UChar *matchLimit, const UChar *limit) { in isMatchAtCPBoundary() argument
44 if(U16_IS_TRAIL(*match) && start!=match && U16_IS_LEAD(*(match-1))) { in isMatchAtCPBoundary()
58 const UChar *start, *p, *q, *subLimit; in u_strFindFirst() local
68 start=s; in u_strFindFirst()
87 if(isMatchAtCPBoundary(start, s-1, p, NULL)) { in u_strFindFirst()
135 if(isMatchAtCPBoundary(start, s-1, p, NULL)) { in u_strFindFirst()
162 /* the substring must start before preLimit */ in u_strFindFirst()
173 if(isMatchAtCPBoundary(start, s-1, p, limit)) { in u_strFindFirst()
289 const UChar *start, *limit, *p, *q, *subLimit; in u_strFindLast() local
335 start in u_strFindLast()
1218 int32_t start = *offset; u_unescapeAt() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c299 char buf[512], *pos, *start, *pos2; in hostapd_config_read_eap_user() local
364 "start) on line %d in '%s'", line, fname); in hostapd_config_read_eap_user()
379 start = pos; in hostapd_config_read_eap_user()
389 user->identity = os_memdup(start, pos - start); in hostapd_config_read_eap_user()
395 user->identity_len = pos - start; in hostapd_config_read_eap_user()
412 start = pos; in hostapd_config_read_eap_user()
422 while (*start) { in hostapd_config_read_eap_user()
423 char *pos3 = os_strchr(start, ','); in hostapd_config_read_eap_user()
429 start, in hostapd_config_read_eap_user()
683 char *start, *end, *buf; hostapd_config_parse_key_mgmt() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp217 errln("UnicodeString.caseCompare(start, _length, const UChar *, options) does not work"); in TestBasicManipulation()
774 errln(UnicodeString("indexOf with character & start offset failed: " in TestSearching()
782 errln(UnicodeString("indexOf with character & start & end offsets failed: " in TestSearching()
810 errln((UnicodeString)"indexOf with character & start & end offsets failed: expected to find 2 occurrences, found " + occurrences); in TestSearching()
818 errln("test1.lastIndexOf(test2, start) failed"); in TestSearching()
834 errln(UnicodeString("lastIndexOf with character & start & end offsets failed: " in TestSearching()
844 errln((UnicodeString)"lastIndexOf with character & start & end offsets failed: expected to find 3 occurrences, found " + occurrences); in TestSearching()
1134 assertEquals("UnicodeString::append(const UChar *, start, length) failed", in TestMiscellaneous()
1138 assertEquals("UnicodeString::insert(start, const UniStr &, start, lengt in TestMiscellaneous()
1360 _refUnicodeStringHasMoreChar32Than(const UnicodeString &s, int32_t start, int32_t length, int32_t number) _refUnicodeStringHasMoreChar32Than() argument
1367 _testUnicodeStringHasMoreChar32Than(const UnicodeString &s, int32_t start, int32_t length, int32_t number) _testUnicodeStringHasMoreChar32Than() argument
1420 int32_t start, length, number; TestCountChar32() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_builder.h174 bool SetActiveChildRange(int32_t start, int32_t end) in SetActiveChildRange() argument
176 ACE_SYNTAX_SCOPED_TRACE("LazyForEach active range start[%d], end[%d]", start, end); in SetActiveChildRange()
177 startIndex_ = start; in SetActiveChildRange()
183 if ((index < count) && ((start <= end && start <= index && end >= index) || in SetActiveChildRange()
184 (start > end && (index <= end || index >= start)))) { in SetActiveChildRange()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.cpp178 size_t start = 0; in ParseExtensions() local
179 for (auto end = extensions.find(' '); end != BASE_NS::string::npos; end = extensions.find(' ', start)) { in ParseExtensions()
180 extensionList.emplace_back(extensions.data() + start, end - start); in ParseExtensions()
181 start = end + 1; in ParseExtensions()
183 if (start < extensions.size()) { in ParseExtensions()
184 extensionList.emplace_back(extensions.data() + start); in ParseExtensions()
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Dnative_avmuxer_demo.c261 printf("WriteTrackSample start failed!\n"); in WriteTrackSample()
564 printf("start muxer failed!\n"); in DoRunMuxer()
607 int fdTotalCount = sizeof(*fdStr) / sizeof(fdStr->start[0]); in CloseAllFd()
609 printf("%d, ", fdStr->start[i]); in CloseAllFd()
610 if (fdStr->start[i] > 0) { in CloseAllFd()
611 close(fdStr->start[i]); in CloseAllFd()
612 fdStr->start[i] = -1; in CloseAllFd()
621 int fdTotalCount = sizeof(fdStr) / sizeof(fdStr.start[0]); in RunNativeMuxer()
624 fdStr.start[i] = -1; in RunNativeMuxer()
/third_party/elfutils/src/
H A Dstack.c133 const char *name, Dwarf_Addr start, in module_callback()
148 end = start + 1; in module_callback()
155 width, start, width, end, basename (name)); in module_callback()
248 Dwarf_Addr start; in print_frame() local
249 fname = dwfl_module_info(mod, NULL, &start, in print_frame()
269 start, pc_adjusted - start); in print_frame()
132 module_callback(Dwfl_Module *mod, void **userdata __attribute__((unused)), const char *name, Dwarf_Addr start, void *arg __attribute__((unused))) module_callback() argument
/third_party/ffmpeg/libavfilter/
H A Daf_asoftclip.c65 int nb_samples, int channels, int start, int end);
141 int start, int end) in filter_flt()
151 for (int c = start; c < end; c++) { in filter_flt()
266 int start, int end) in filter_dbl()
276 for (int c = start; c < end; c++) { in filter_dbl()
413 const int start = (channels * jobnr) / nb_jobs; in filter_channels() local
417 nb_samples, channels, start, end); in filter_channels() local
138 filter_flt(ASoftClipContext *s, void **dptr, const void **sptr, int nb_samples, int channels, int start, int end) filter_flt() argument
263 filter_dbl(ASoftClipContext *s, void **dptr, const void **sptr, int nb_samples, int channels, int start, int end) filter_dbl() argument
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationFastLatinBuilder.java46 int start = 0; in binarySearch()
48 int i = (int)(((long)start + (long)limit) / 2); in binarySearch()
53 if (i == start) { in binarySearch()
54 return ~start; // insert ce before i in binarySearch()
58 if (i == start) { in binarySearch()
59 return ~(start + 1); // insert ce after i in binarySearch()
61 start = i; in binarySearch()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DZoneMeta.java317 int start = 0; in getZoneIndex()
322 int mid = (start + limit) / 2; in getZoneIndex()
334 start = mid; in getZoneIndex()
678 int start = pos.getIndex(); in parseCustomID()
681 if (pos.getIndex() == start) { in parseCustomID()
687 if (pos.getIndex() - start > 2 in parseCustomID()
724 int length = pos.getIndex() - start; in parseCustomID()
/third_party/icu/icu4c/source/test/cintltst/
H A Dusettest.c421 UChar32 start = 1, end = 0; in expectItems() local
448 if (start > end || start == -1) { in expectItems()
457 itemLen = uset_getItem(set, itemIndex, &start, &end, NULL, 0, &ec); in expectItems()
470 itemIndex, oneUCharToChar(start), in expectItems()
523 if (c != start) { in expectItems()
529 ++start; in expectItems()
/third_party/icu/icu4c/source/test/perf/DateFmtPerf/
H A DDateFmtPerf.h75 int32_t start = boundary->first(); in call() local
78 start = end, end = boundary->next()) in call()
80 printTextRange( *boundary, start, end ); in call()
92 int32_t start = boundary->first(); in call() local
95 start = end, end = boundary->next()) in call()
97 printTextRange( *boundary, start, end ); in call()
120 int32_t start, int32_t end ) in printTextRange()
125 //printUnicodeString(UnicodeString(s, start, end-start)); in printTextRange()
119 printTextRange( BreakIterator& iterator, int32_t start, int32_t end ) printTextRange() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationFastLatinBuilder.java47 int start = 0; in binarySearch()
49 int i = (int)(((long)start + (long)limit) / 2); in binarySearch()
54 if (i == start) { in binarySearch()
55 return ~start; // insert ce before i in binarySearch()
59 if (i == start) { in binarySearch()
60 return ~(start + 1); // insert ce after i in binarySearch()
62 start = i; in binarySearch()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DZoneMeta.java318 int start = 0; in getZoneIndex()
323 int mid = (start + limit) / 2; in getZoneIndex()
335 start = mid; in getZoneIndex()
679 int start = pos.getIndex(); in parseCustomID()
682 if (pos.getIndex() == start) { in parseCustomID()
688 if (pos.getIndex() - start > 2 in parseCustomID()
725 int length = pos.getIndex() - start; in parseCustomID()
/third_party/icu/icu4c/source/i18n/
H A Dcollationfastlatinbuilder.cpp67 int32_t start = 0; in binarySearch() local
69 int32_t i = (start + limit) / 2; in binarySearch()
74 if (i == start) { in binarySearch()
75 return ~start; // insert ce before i in binarySearch()
79 if (i == start) { in binarySearch()
80 return ~(start + 1); // insert ce after i in binarySearch()
82 start = i; in binarySearch()
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationfastlatinbuilder.cpp67 int32_t start = 0; in binarySearch() local
69 int32_t i = (start + limit) / 2; in binarySearch()
74 if (i == start) { in binarySearch()
75 return ~start; // insert ce before i in binarySearch()
79 if (i == start) { in binarySearch()
80 return ~(start + 1); // insert ce after i in binarySearch()
82 start = i; in binarySearch()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dxmlparser.cpp126 // the regex for an entire element start. There, the attributes in UXMLParser()
433 error("Element start / end tag mismatch", status); in parse()
485 // We've just matched an element start tag. Create and fill in a UXMLElement object
595 // which is flagged by start() of that group not being -1. in replaceCharRefs()
597 if (mAmps.start(1, status) != -1) { in replaceCharRefs()
599 } else if (mAmps.start(2, status) != -1) { in replaceCharRefs()
601 } else if (mAmps.start(3, status) != -1) { in replaceCharRefs()
603 } else if (mAmps.start(4, status) != -1) { in replaceCharRefs()
605 } else if (mAmps.start(5, status) != -1) { in replaceCharRefs()
607 } else if (mAmps.start( in replaceCharRefs()
[all...]
/third_party/node/deps/npm/node_modules/ip-address/dist/
H A Dipv6.js312 * Helper function getting start address.
404 getBits(start, end) {
405 return new jsbn_1.BigInteger(this.getBitsBase2(start, end), 2);
413 getBitsBase2(start, end) {
414 return this.binaryZeroPad().slice(start, end);
422 getBitsBase16(start, end) {
423 const length = end - start;
427 return this.getBits(start, end)
/third_party/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.cpp126 // the regex for an entire element start. There, the attributes in UXMLParser()
433 error("Element start / end tag mismatch", status); in parse()
485 // We've just matched an element start tag. Create and fill in a UXMLElement object
595 // which is flagged by start() of that group not being -1. in replaceCharRefs()
597 if (mAmps.start(1, status) != -1) { in replaceCharRefs()
599 } else if (mAmps.start(2, status) != -1) { in replaceCharRefs()
601 } else if (mAmps.start(3, status) != -1) { in replaceCharRefs()
603 } else if (mAmps.start(4, status) != -1) { in replaceCharRefs()
605 } else if (mAmps.start(5, status) != -1) { in replaceCharRefs()
607 } else if (mAmps.start( in replaceCharRefs()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dnode.h190 Use* start = this + 1 + index; in input_ptr() local
192 is_inline_use() ? reinterpret_cast<Node*>(start)->inline_inputs() in input_ptr()
193 : reinterpret_cast<OutOfLineInputs*>(start)->inputs(); in input_ptr()
198 Use* start = this + 1 + input_index(); in from() local
199 return is_inline_use() ? reinterpret_cast<Node*>(start) in from()
200 : reinterpret_cast<OutOfLineInputs*>(start)->node_; in from()
288 void ClearInputs(int start, int count);
/third_party/node/deps/v8/src/objects/
H A Dstring-table.cc154 size_t start);
632 size_t start) { in TryStringToIndexOrLookupExisting()
652 chars = source.GetChars<Char>(isolate, no_gc, access_guard) + start; in TryStringToIndexOrLookupExisting()
711 size_t start = 0; in TryStringToIndexOrLookupExisting() local
715 start = sliced.offset(); in TryStringToIndexOrLookupExisting()
729 isolate, string, source, start); in TryStringToIndexOrLookupExisting()
732 isolate, string, source, start); in TryStringToIndexOrLookupExisting()
629 TryStringToIndexOrLookupExisting(Isolate* isolate, String string, String source, size_t start) TryStringToIndexOrLookupExisting() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu.c470 const void *assembly, int start, int end, void *mem_ctx) in brw_label_assembly()
478 for (int offset = start; offset < end;) { in brw_label_assembly()
519 const void *assembly, int start, int end, FILE *out) in brw_disassemble_with_labels()
523 brw_label_assembly(isa, assembly, start, end, mem_ctx); in brw_disassemble_with_labels()
525 brw_disassemble(isa, assembly, start, end, root_label, out); in brw_disassemble_with_labels()
532 const void *assembly, int start, int end, in brw_disassemble()
539 for (int offset = start; offset < end;) { in brw_disassemble()
469 brw_label_assembly(const struct brw_isa_info *isa, const void *assembly, int start, int end, void *mem_ctx) brw_label_assembly() argument
518 brw_disassemble_with_labels(const struct brw_isa_info *isa, const void *assembly, int start, int end, FILE *out) brw_disassemble_with_labels() argument
531 brw_disassemble(const struct brw_isa_info *isa, const void *assembly, int start, int end, const struct brw_label *root_label, FILE *out) brw_disassemble() argument
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dxmlparser.cpp126 // the regex for an entire element start. There, the attributes in UXMLParser()
433 error("Element start / end tag mismatch", status); in parse()
485 // We've just matched an element start tag. Create and fill in a UXMLElement object
595 // which is flaged by start() of that group not being -1. in replaceCharRefs()
597 if (mAmps.start(1, status) != -1) { in replaceCharRefs()
599 } else if (mAmps.start(2, status) != -1) { in replaceCharRefs()
601 } else if (mAmps.start(3, status) != -1) { in replaceCharRefs()
603 } else if (mAmps.start(4, status) != -1) { in replaceCharRefs()
605 } else if (mAmps.start(5, status) != -1) { in replaceCharRefs()
607 } else if (mAmps.start( in replaceCharRefs()
[all...]

Completed in 48 milliseconds

1...<<919293949596979899100>>...270