Home | History | Annotate | Download | only in i18n

Lines Matching defs:backup

1556     int32_t backup;
1557 int32_t i = backup = parsePosition.getIndex();
1586 i = backup;
1609 parsePosition.setIndex(backup);
1865 int32_t backup = -1;
1898 // Cancel out backup setting (see grouping handler below)
1899 backup = -1;
1910 // that they be followed by a digit. Otherwise we backup and
1912 backup = position;
1983 if (backup != -1)
1985 position = backup;