HomeSort by relevance Sort by last modified time
    Searched defs:StripPunctuation (Results 1 - 2 of 2) 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) {
  /external/chromium_org/components/autofill/core/browser/
phone_number.cc 22 void StripPunctuation(base::string16* number) {
153 StripPunctuation(&stripped_text);

Completed in 190 milliseconds