Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java599 StringBuilder numberWithoutCountryCallingCode = new StringBuilder(); in attemptToExtractCountryCallingCode() local
600 int countryCode = phoneUtil.extractCountryCode(nationalNumber, numberWithoutCountryCallingCode); in attemptToExtractCountryCallingCode()
605 nationalNumber.append(numberWithoutCountryCallingCode); in attemptToExtractCountryCallingCode()