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

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
AsYouTypeFormatter.java 555 int startOfCountryCallingCode = iddMatcher.end();
557 nationalNumber.append(accruedInputWithoutFormatting.substring(startOfCountryCallingCode));
560 accruedInputWithoutFormatting.substring(0, startOfCountryCallingCode));

Completed in 648 milliseconds