Searched refs:hasValidCountryCallingCode (Results 1 - 1 of 1) sorted by relevance

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java1081 private boolean hasValidCountryCallingCode(int countryCallingCode) { method in class:PhoneNumberUtil
1135 if (!hasValidCountryCallingCode(countryCallingCode)) {
1168 if (!hasValidCountryCallingCode(countryCallingCode)) {
1229 if (!hasValidCountryCallingCode(countryCallingCode)) {
1295 if (!hasValidCountryCallingCode(countryCallingCode)) {
1400 if (!hasValidCountryCallingCode(countryCallingCode)) {
1639 if (!hasValidCountryCallingCode(countryCode)) {
2370 if (!hasValidCountryCallingCode(countryCode)) {

Completed in 41 milliseconds