Home
last modified time | relevance | path

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

/external/chromium_org/components/autofill/core/browser/
Dphone_number_i18n.cc130 phone_util->GetLengthOfNationalDestinationCode(*i18n_number); in ParsePhoneNumber()
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dphonenumberutil.h273 int GetLengthOfNationalDestinationCode(const PhoneNumber& number) const;
Dphonenumberutil.cc2161 return GetLengthOfNationalDestinationCode(number); in GetLengthOfGeographicalAreaCode()
2164 int PhoneNumberUtil::GetLengthOfNationalDestinationCode( in GetLengthOfNationalDestinationCode() function in i18n::phonenumbers::PhoneNumberUtil