Searched defs:getRegionCodeForCountryCode (Results 1 - 1 of 1) sorted by relevance

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java821 if (getRegionCodeForCountryCode(number.getCountryCode()).equals("AR") &&
975 // Note getRegionCodeForCountryCode() is used because formatting information for regions which
978 String regionCode = getRegionCodeForCountryCode(countryCallingCode);
1007 // Note getRegionCodeForCountryCode() is used because formatting information for regions which
1010 String regionCode = getRegionCodeForCountryCode(countryCallingCode);
1067 // Note getRegionCodeForCountryCode() is used because formatting information for regions which
1070 String regionCode = getRegionCodeForCountryCode(countryCallingCode);
1139 String regionCode = getRegionCodeForCountryCode(countryCallingCode);
1232 String regionCode = getRegionCodeForCountryCode(countryCallingCode);
1291 String regionCode = getRegionCodeForCountryCode(numbe
1947 public String getRegionCodeForCountryCode(int countryCallingCode) { method in class:PhoneNumberUtil
[all...]

Completed in 32 milliseconds