Home
last modified time | relevance | path

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

/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DAsYouTypeFormatter.java610 StringBuilder numberWithoutCountryCallingCode = new StringBuilder(); in attemptToExtractCountryCallingCode() local
611 int countryCode = phoneUtil.extractCountryCode(nationalNumber, numberWithoutCountryCallingCode); in attemptToExtractCountryCallingCode()
616 nationalNumber.append(numberWithoutCountryCallingCode); in attemptToExtractCountryCallingCode()
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java604 StringBuilder numberWithoutCountryCallingCode = new StringBuilder(); in attemptToExtractCountryCallingCode() local
605 int countryCode = phoneUtil.extractCountryCode(nationalNumber, numberWithoutCountryCallingCode); in attemptToExtractCountryCallingCode()
610 nationalNumber.append(numberWithoutCountryCallingCode); in attemptToExtractCountryCallingCode()