Searched refs:digitsToRemove (Results 1 – 3 of 3) sorted by relevance
325 int32_t digitsToRemove = 0; in match() local328 digitsToRemove += prevGroupCount; in match()329 digitsToRemove += currGroupCount; in match()333 digitsToRemove += currGroupCount; in match()335 if (digitsToRemove != 0) { in match()336 digitsConsumed.adjustMagnitude(-digitsToRemove); in match()
342 int digitsToRemove = 0; in match() local345 digitsToRemove += prevGroupCount; in match()346 digitsToRemove += currGroupCount; in match()350 digitsToRemove += currGroupCount; in match()352 if (digitsToRemove != 0) { in match()353 digitsConsumed.adjustMagnitude(-digitsToRemove); in match()
344 int digitsToRemove = 0; in match() local347 digitsToRemove += prevGroupCount; in match()348 digitsToRemove += currGroupCount; in match()352 digitsToRemove += currGroupCount; in match()354 if (digitsToRemove != 0) { in match()355 digitsConsumed.adjustMagnitude(-digitsToRemove); in match()