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

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java862 if (getRegionCodeForCountryCode(number.getCountryCode()).equals("AR") &&
1046 // Note getRegionCodeForCountryCode() is used because formatting information for regions which
1049 String regionCode = getRegionCodeForCountryCode(countryCallingCode);
1078 // Note getRegionCodeForCountryCode() is used because formatting information for regions which
1081 String regionCode = getRegionCodeForCountryCode(countryCallingCode);
1140 // Note getRegionCodeForCountryCode() is used because formatting information for regions which
1143 String regionCode = getRegionCodeForCountryCode(countryCallingCode);
1209 String regionCode = getRegionCodeForCountryCode(countryCallingCode);
1313 String regionCode = getRegionCodeForCountryCode(countryCallingCode);
1373 String regionCode = getRegionCodeForCountryCode(numbe
2052 public String getRegionCodeForCountryCode(int countryCallingCode) { method in class:PhoneNumberUtil
[all...]

Completed in 102 milliseconds