Lines Matching defs:position
251 int position() const { return next_pos_ - 1; }
386 int position = next_pos_;
387 base::uc16 c0 = InputAt(position);
388 position++;
390 if (update_position) next_pos_ = position;
397 int position = next_pos_;
398 base::uc16 c0 = InputAt(position);
400 position++;
402 if (unicode() && position < input_length() &&
404 base::uc16 c1 = InputAt(position);
407 position++;
410 if (update_position) next_pos_ = position;
436 // Advance so that position() points to 1-after-the-last-character. This is
437 // important so that Reset() to this position works correctly.
497 error_pos_ = position();
962 const int saved_position = position();
963 // Start with captures started previous to current position
977 // Add count of captures after this position.
1032 int start = position();
1295 int start = position();
1373 int start = position();
1396 int start = position();
1412 int start = position();