HomeSort by relevance Sort by last modified time
    Searched full:currentoutputindex (Results 1 - 1 of 1) sorted by null

  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
AsYouTypeFormatter.java 451 int accruedInputIndex = 0, currentOutputIndex = 0;
452 while (accruedInputIndex < positionToRemember && currentOutputIndex < currentOutput.length()) {
454 currentOutput.charAt(currentOutputIndex)) {
457 currentOutputIndex++;
459 return currentOutputIndex;

Completed in 661 milliseconds