Searched refs:txtLoc (Results 1 – 1 of 1) sorted by relevance
2719 int32_t txtLoc = pos.getIndex(); in subParse() local2721 if (txtLoc > parseStart) { in subParse()2727 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, TRUE); in subParse()2728 if (txtLoc != pos.getIndex()) { in subParse()2733 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, FALSE); in subParse()2744 pos.setIndex(txtLoc); in subParse()