Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dphonenumbermatcher.cc537 phone_util_.TrimUnwantedEndChars(&first_group_only); in ExtractInnerMatch()
546 phone_util_.TrimUnwantedEndChars(&without_first_group); in ExtractInnerMatch()
562 phone_util_.TrimUnwantedEndChars(&without_last_group); in ExtractInnerMatch()
Dphonenumberutil.h665 void TrimUnwantedEndChars(string* number) const;
Dphonenumberutil.cc765 void PhoneNumberUtil::TrimUnwantedEndChars(string* number) const { in TrimUnwantedEndChars() function in i18n::phonenumbers::PhoneNumberUtil
1980 TrimUnwantedEndChars(extracted_number); in ExtractPossibleNumber()