Home
last modified time | relevance | path

Searched refs:kPlusChars (Results 1 - 3 of 3) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumberutil.h777 static const char kPlusChars[]; member in i18n::phonenumbers::PhoneNumberUtil
H A Dphonenumberutil.cc67 const char PhoneNumberUtil::kPlusChars[] = "+\xEF\xBC\x8B"; /* "++" */ member in i18n::phonenumbers::PhoneNumberUtil
783 PhoneNumberUtil::kPlusChars, "]*(?:[", in PhoneNumberRegExpsAndMappings()
814 StrCat("[", PhoneNumberUtil::kPlusChars, kDigits, "]"))), in PhoneNumberRegExpsAndMappings()
840 StrCat("[", PhoneNumberUtil::kPlusChars, "]+"))), in PhoneNumberRegExpsAndMappings()
H A Dphonenumbermatcher.cc293 lead_class_chars_(StrCat(opening_parens_, PhoneNumberUtil::kPlusChars)), in PhoneNumberMatcherRegExps()

Completed in 13 milliseconds