Home | History | Annotate | Download | only in src

Lines Matching full:fast_end

2584   int fast_end = capacity - (unibrow::Utf8::kMaxEncodedSize - 1);
2587 for (i = 0; i < len && (capacity == -1 || pos < fast_end); i++) {