Searched refs:kPlusChars (Results 1 – 3 of 3) sorted by relevance
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | phonenumberutil.h | 773 static const char kPlusChars[]; variable
|
D | phonenumberutil.cc | 63 const char PhoneNumberUtil::kPlusChars[] = "+\xEF\xBC\x8B"; /* "++" */ member in i18n::phonenumbers::PhoneNumberUtil 766 PhoneNumberUtil::kPlusChars, "]*(?:[", in PhoneNumberRegExpsAndMappings() 790 StrCat("[", PhoneNumberUtil::kPlusChars, kDigits, "]"))), in PhoneNumberRegExpsAndMappings() 816 StrCat("[", PhoneNumberUtil::kPlusChars, "]+"))) { in PhoneNumberRegExpsAndMappings()
|
D | phonenumbermatcher.cc | 289 lead_class_chars_(StrCat(opening_parens_, PhoneNumberUtil::kPlusChars)), in PhoneNumberMatcherRegExps()
|