Home
last modified time | relevance | path

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

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.h771 static const size_t kMaxLengthCountryCode = 3; variable
Dphonenumbermatcher.cc284 PhoneNumberUtil::kMaxLengthCountryCode), in PhoneNumberMatcherRegExps()
Dphonenumberutil.cc59 const size_t PhoneNumberUtil::kMaxLengthCountryCode; member in i18n::phonenumbers::PhoneNumberUtil
2951 for (size_t i = 1; i <= kMaxLengthCountryCode; ++i) { in ExtractCountryCode()