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