Home
last modified time | relevance | path

Searched refs:kMaxNumberType (Results 1 – 2 of 2) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.h122 static const PhoneNumberType kMaxNumberType = UNKNOWN; variable
Dphonenumberutil.cc386 for (int i = 0; i <= static_cast<int>(PhoneNumberUtil::kMaxNumberType); ++i) { in GetSupportedTypesForMetadata()