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

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.h178 // should be parsed and methods such as IsPossibleNumberWithReason or
454 ValidationResult IsPossibleNumberWithReason(const PhoneNumber& number) const;
456 // Convenience wrapper around IsPossibleNumberWithReason. Instead of returning
H A Dphonenumberutil.cc1994 return IsPossibleNumberWithReason(number) == IS_POSSIBLE;
2008 PhoneNumberUtil::ValidationResult PhoneNumberUtil::IsPossibleNumberWithReason( function in class:i18n::phonenumbers::PhoneNumberUtil
2053 if (IsPossibleNumberWithReason(number_copy) == TOO_SHORT ||

Completed in 111 milliseconds