Lines Matching defs:end
778 UChar32 end = set.getRangeEnd(i);
779 CHECK(end - start + items <= letter_length);
780 for (UChar32 cu = start; cu <= end; cu++) {
898 // We may not need to check against the end of the input string
1059 // space instead of just going to the end of the current kSize space. The
1127 // different from the end intervals.
2313 // and then a 'b' with offset 0. This means we can avoid the end-of-input
2315 // end-of-input when loading the putative 'r'.
2499 // If we advance backward, we may end up at the start.
2645 // beyond the end of the string, which could cause a memory fault.
3489 // We are going to advance backward, so we may end up at the start.
3492 // Check that the back reference does not end inside a surrogate pair.