Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dphonenumbermatcher.cc211 string punctuation_; member in i18n::phonenumbers::PhoneNumberMatcherRegExps
276 punctuation_(StrCat("[", PhoneNumberUtil::kValidPunctuation, "]", in PhoneNumberMatcherRegExps()
281 opening_punctuation_(StrCat("(?:", lead_class_, punctuation_, ")")), in PhoneNumberMatcherRegExps()
313 digit_sequence_, "(?:", punctuation_, digit_sequence_, ")", in PhoneNumberMatcherRegExps()