Searched refs:kPlusChars (Results 1 - 3 of 3) sorted by relevance
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | phonenumberutil.h | 777 static const char kPlusChars[]; member in i18n::phonenumbers::PhoneNumberUtil
|
H A D | phonenumberutil.cc | 67 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 D | phonenumbermatcher.cc | 293 lead_class_chars_(StrCat(opening_parens_, PhoneNumberUtil::kPlusChars)), in PhoneNumberMatcherRegExps()
|
Completed in 11 milliseconds