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 447 int startOfCountryCallingCode = iddMatcher.end();
449 nationalNumber.append(accruedInputWithoutFormatting.substring(startOfCountryCallingCode));
451 accruedInputWithoutFormatting.substring(0, startOfCountryCallingCode));

Completed in 1343 milliseconds