Home | History | Annotate | Download | only in i18n

Lines Matching refs:txtLoc

2539         int32_t txtLoc = pos.getIndex();
2541 if (txtLoc > parseStart) {
2547 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, TRUE);
2548 if (txtLoc != pos.getIndex()) {
2553 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, FALSE);
2564 pos.setIndex(txtLoc);