Lines Matching defs:start
262 Isolate* isolate, RegExpMacroAssembler* macro_assembler, RegExpNode* start,
271 start->Emit(this, &new_trace);
596 // Throw away everything on the backtrack stack since the start
777 UChar32 start = set.getRangeStart(i);
779 CHECK(end - start + items <= letter_length);
780 for (UChar32 cu = start; cu <= end; cu++) {
1490 // and the after-loop chunk are guaranteed to not be at the start.
2115 // that matches newline or the start of input).
2125 // start of the subject string. We can thus skip both at-start and
2132 // The start of input counts as a newline in this context, so skip to ok if
2133 // we are at the start.
2137 // If we've already checked that we are not at the start of input, it's okay
2220 // start of the subject string. We can thus skip both at-start and
2226 // The start of input counts as a non-word character, so the question is
2227 // decided if we are at the start.
2231 // If we've already checked that we are not at the start of input, it's okay
2499 // If we advance backward, we may end up at the start.
3489 // We are going to advance backward, so we may end up at the start.
3501 // Set up the offsets of the elements relative to the start. This is a fixed
3572 // We are not at the start after this node, and thus we can use the
3650 // If we know we are not at the start and we are asked "how many
3880 true); // Not at start after a text node.
3926 // Unroll loop once, to take care of the case that might start
3927 // at the start of input.