Lines Matching defs:last
160 int last = 0;
171 if (i > last) {
174 ReplacementPart::ReplacementSubString(last, next_index));
175 last = next_index + 1; // Continue after the second "$".
178 last = next_index;
183 if (i > last) {
185 ReplacementPart::ReplacementSubString(last, i));
189 last = i + 1;
192 if (i > last) {
194 ReplacementPart::ReplacementSubString(last, i));
198 last = i + 1;
201 if (i > last) {
203 ReplacementPart::ReplacementSubString(last, i));
207 last = i + 1;
237 if (i > last) {
239 ReplacementPart::ReplacementSubString(last, i));
243 last = next_index + 1;
292 if (i > last) {
294 ReplacementPart::ReplacementSubString(last, i));
300 last = closing_bracket_index + 1;
310 if (length > last) {
311 if (last == 0) {
316 ReplacementPart::ReplacementSubString(last, length));
1164 // separate last match info. See comment on that function.
1264 // named captures, they are also passed as the last argument.
1322 // Store the last successful match into the array for caching.
1550 // named captures, they are also passed as the last argument.