Searched refs:txtLoc (Results 1 – 1 of 1) sorted by relevance
2447 int32_t txtLoc = pos.getIndex(); in subParse() local2449 if (txtLoc > parseStart) { in subParse()2455 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, TRUE); in subParse()2456 if (txtLoc != pos.getIndex()) { in subParse()2461 txtLoc = checkIntSuffix(text, txtLoc, patLoc+1, FALSE); in subParse()2472 pos.setIndex(txtLoc); in subParse()