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

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.cc833 bool PhoneNumberUtil::HasValidCountryCallingCode( function in class:i18n::phonenumbers::PhoneNumberUtil
895 if (!HasValidCountryCallingCode(country_calling_code)) {
931 if (!HasValidCountryCallingCode(country_calling_code)) {
985 if (!HasValidCountryCallingCode(country_calling_code)) {
1031 if (!HasValidCountryCallingCode(country_calling_code)) {
1126 if (!HasValidCountryCallingCode(country_code)) {
1357 if (!HasValidCountryCallingCode(country_code)) {
2018 if (!HasValidCountryCallingCode(country_code)) {
H A Dphonenumberutil.h676 bool HasValidCountryCallingCode(int country_calling_code) const;

Completed in 3755 milliseconds