Searched refs:txtLoc (Results 1 – 1 of 1) sorted by relevance
3080 int32_t txtLoc = pos.getIndex(); in subParse() local3082 if (txtLoc > parseStart) { in subParse()3088 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, TRUE); in subParse()3089 if (txtLoc != pos.getIndex()) { in subParse()3094 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, FALSE); in subParse()3105 pos.setIndex(txtLoc); in subParse()