Searched refs:numberWithoutCountryCallingCode (Results 1 – 1 of 1) sorted by relevance
599 StringBuilder numberWithoutCountryCallingCode = new StringBuilder(); in attemptToExtractCountryCallingCode() local600 int countryCode = phoneUtil.extractCountryCode(nationalNumber, numberWithoutCountryCallingCode); in attemptToExtractCountryCallingCode()605 nationalNumber.append(numberWithoutCountryCallingCode); in attemptToExtractCountryCallingCode()