Lines Matching refs:start
402 int32_t start, int32_t limit) {
405 isolate, substring, Intl::ToString(isolate, string, start, limit),
445 int32_t start = cfpos.getStart();
449 groups.push_back(std::pair<int32_t, int32_t>(start, limit));
452 if (start > previous_end) {
454 AddLiteral(isolate, array, string, index++, previous_end, start);
459 if (start_limit.first > start) {
462 NumberFormatSpan(field, start, start_limit.first), unit,
471 start = start_limit.second;
477 NumberFormatSpan(field, start, limit), unit, is_nan);