Home
last modified time | relevance | path

Searched refs:IsFormatEligibleForAsYouTypeFormatter (Results 1 – 3 of 3) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.h839 bool IsFormatEligibleForAsYouTypeFormatter(const string& format) const;
Dasyoutypeformatter.cc194 if (phone_util_.IsFormatEligibleForAsYouTypeFormatter(it->format())) { in GetAvailableFormats()
Dphonenumberutil.cc1000 bool PhoneNumberUtil::IsFormatEligibleForAsYouTypeFormatter( in IsFormatEligibleForAsYouTypeFormatter() function in i18n::phonenumbers::PhoneNumberUtil