Searched refs:accruedInputIndex (Results 1 – 1 of 1) sorted by relevance
451 int accruedInputIndex = 0, currentOutputIndex = 0; in getRememberedPosition() local452 while (accruedInputIndex < positionToRemember && currentOutputIndex < currentOutput.length()) { in getRememberedPosition()453 if (accruedInputWithoutFormatting.charAt(accruedInputIndex) == in getRememberedPosition()455 accruedInputIndex++; in getRememberedPosition()