HomeSort by relevance Sort by last modified time
    Searched refs:StripPunctuation (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/autofill/
phone_number.cc 56 StripPunctuation(&stripped_text);
116 StripPunctuation(&number);
151 StripPunctuation(&working);
191 StripPunctuation(&digits);
242 void PhoneNumber::StripPunctuation(string16* number) {
phone_number.h 77 // functions should first call StripPunctuation on the text.
88 static void StripPunctuation(string16* number);
  /external/chromium_org/components/autofill/core/browser/
phone_number.cc 28 void StripPunctuation(base::string16* number) {
160 StripPunctuation(&stripped_text);

Completed in 216 milliseconds