Home | History | Annotate | Download | only in i18n

Lines Matching defs:backup

1579     int32_t backup;
1580 int32_t i = backup = parsePosition.getIndex();
1609 i = backup;
1632 parsePosition.setIndex(backup);
1888 int32_t backup = -1;
1935 // Cancel out backup setting (see grouping handler below)
1936 backup = -1;
1947 // that they be followed by a digit. Otherwise we backup and
1949 backup = position;
2020 if (backup != -1)
2022 position = backup;