Lines Matching refs:end
617 void String::PrintUC16(std::ostream& os, int start, int end) {
618 if (end < 0) end = length();
620 for (int i = start; i < end && stream.HasMore(); i++) {
625 void String::PrintUC16(StringStream* accumulator, int start, int end) {
626 if (end < 0) end = length();
628 for (int i = start; i < end && stream.HasMore(); i++) {
793 // Negative length means the to the end of the string.
963 // Include one character beyond the end of script. The rewriter uses that
1425 // haven't reached the end, we need to append the suffix.