Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dphonenumberutil.h583 bool IsLeadingZeroPossible(int country_calling_code) const;
Dphonenumberutil.cc1325 !IsLeadingZeroPossible(number.country_code()); in HasUnexpectedItalianLeadingZero()
2123 bool PhoneNumberUtil::IsLeadingZeroPossible(int country_calling_code) const { in IsLeadingZeroPossible() function in i18n::phonenumbers::PhoneNumberUtil