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.java598 StringBuilder numberWithoutCountryCallingCode = new StringBuilder(); in attemptToExtractCountryCallingCode() local
599 int countryCode = phoneUtil.extractCountryCode(nationalNumber, numberWithoutCountryCallingCode); in attemptToExtractCountryCallingCode()
604 nationalNumber.append(numberWithoutCountryCallingCode); in attemptToExtractCountryCallingCode()
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java592 StringBuilder numberWithoutCountryCallingCode = new StringBuilder(); in attemptToExtractCountryCallingCode() local
593 int countryCode = phoneUtil.extractCountryCode(nationalNumber, numberWithoutCountryCallingCode); in attemptToExtractCountryCallingCode()
598 nationalNumber.append(numberWithoutCountryCallingCode); in attemptToExtractCountryCallingCode()