Home | History | Annotate | Download | only in regexp

Lines Matching defs:input_start

163     const byte** input_start, const byte** input_end) {
209 intptr_t byte_length = *input_end - *input_start;
210 *input_start = StringCharacterPosition(*subject, start_index);
211 *input_end = *input_start + byte_length;
259 const byte* input_start =
262 const byte* input_end = input_start + byte_length;
266 input_start,
279 const byte* input_start,
292 const byte* input_start, const byte* input_end, int* output,
296 int result = fn.Call(input, start_offset, input_start, input_end, output,