Searched refs:numberWithoutCountryCallingCode (Results 1 – 2 of 2) sorted by relevance
610 StringBuilder numberWithoutCountryCallingCode = new StringBuilder(); in attemptToExtractCountryCallingCode() local611 int countryCode = phoneUtil.extractCountryCode(nationalNumber, numberWithoutCountryCallingCode); in attemptToExtractCountryCallingCode()616 nationalNumber.append(numberWithoutCountryCallingCode); in attemptToExtractCountryCallingCode()
604 StringBuilder numberWithoutCountryCallingCode = new StringBuilder(); in attemptToExtractCountryCallingCode() local605 int countryCode = phoneUtil.extractCountryCode(nationalNumber, numberWithoutCountryCallingCode); in attemptToExtractCountryCallingCode()610 nationalNumber.append(numberWithoutCountryCallingCode); in attemptToExtractCountryCallingCode()