Searched refs:numberWithoutCountryCallingCode (Results 1 – 2 of 2) sorted by relevance
598 StringBuilder numberWithoutCountryCallingCode = new StringBuilder(); in attemptToExtractCountryCallingCode() local599 int countryCode = phoneUtil.extractCountryCode(nationalNumber, numberWithoutCountryCallingCode); in attemptToExtractCountryCallingCode()604 nationalNumber.append(numberWithoutCountryCallingCode); in attemptToExtractCountryCallingCode()
592 StringBuilder numberWithoutCountryCallingCode = new StringBuilder(); in attemptToExtractCountryCallingCode() local593 int countryCode = phoneUtil.extractCountryCode(nationalNumber, numberWithoutCountryCallingCode); in attemptToExtractCountryCallingCode()598 nationalNumber.append(numberWithoutCountryCallingCode); in attemptToExtractCountryCallingCode()