Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autofill/
Dphone_number.cc56 StripPunctuation(&stripped_text); in GetPossibleFieldTypes()
116 StripPunctuation(&number); in SetInfo()
151 StripPunctuation(&working); in ParsePhoneNumber()
191 StripPunctuation(&digits); in set_number()
242 void PhoneNumber::StripPunctuation(string16* number) { in StripPunctuation() function in PhoneNumber
Dphone_number.h88 static void StripPunctuation(string16* number);