Home
last modified time | relevance | path

Searched refs:startOfCountryCallingCode (Results 1 – 1 of 1) sorted by relevance

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java574 int startOfCountryCallingCode = iddMatcher.end(); in attemptToExtractIdd() local
576 nationalNumber.append(accruedInputWithoutFormatting.substring(startOfCountryCallingCode)); in attemptToExtractIdd()
579 accruedInputWithoutFormatting.substring(0, startOfCountryCallingCode)); in attemptToExtractIdd()