Home | History | Annotate | Download | only in i18n

Lines Matching defs:backup

1587     int32_t backup;
1588 int32_t i = backup = parsePosition.getIndex();
1613 i = backup;
1632 parsePosition.setIndex(backup);
1910 int32_t backup = -1;
1943 // Cancel out backup setting (see grouping handler below)
1944 backup = -1;
1954 // Cancel out backup setting (see grouping handler below)
1955 backup = -1;
1978 // that they be followed by a digit. Otherwise we backup and
1980 backup = position;
2047 if (backup != -1)
2049 position = backup;