Lines Matching defs:backup
940 int32_t startIdx, backup;
941 int32_t i = startIdx = backup = parsePosition.getIndex();
964 i = backup = skipUWhiteSpace(text, i);
982 i = backup;
1445 int32_t backup = -1;
1510 if (strictParse && backup != -1) {
1525 // Cancel out backup setting (see grouping handler below)
1527 backup = -1;
1555 if ((!sawDigit || backup != -1)) {
1563 // that they be followed by a digit. Otherwise we backup and
1566 backup = position;
1575 if (backup != -1 ||
1672 if (backup != -1)
1674 position = backup;