Searched refs:nextDigitVal (Results 1 – 1 of 1) sorted by relevance
455 int32_t nextDigitVal = u_charDigitValue(nextChar); in appendReplacement() local456 if (groupNum*10 + nextDigitVal > numCaptureGroups) { in appendReplacement()464 groupNum=groupNum*10 + nextDigitVal; in appendReplacement()