Searched refs:StrCat (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dstringutil.h84 // Don't make the constructors explicit to make the StrCat usage convenient.
113 string StrCat(const StringHolder& s1, const StringHolder& s2);
115 string StrCat(const StringHolder& s1, const StringHolder& s2,
118 string StrCat(const StringHolder& s1, const StringHolder& s2,
121 string StrCat(const StringHolder& s1, const StringHolder& s2,
125 string StrCat(const StringHolder& s1, const StringHolder& s2,
129 string StrCat(const StringHolder& s1, const StringHolder& s2,
134 string StrCat(const StringHolder& s1, const StringHolder& s2,
139 string StrCat(const StringHolder& s1, const StringHolder& s2,
145 string StrCat(cons
[all...]
H A Dphonenumbermatcher.cc73 return StrCat("{", lower, ",", upper, "}");
220 // separately since StrCat has a limit of 12 args.
263 non_parens_(StrCat("[^", opening_parens_, closing_parens_, "]")),
265 leading_maybe_matched_bracket_(StrCat(
268 bracket_pairs_(StrCat(
276 punctuation_(StrCat("[", PhoneNumberUtil::kValidPunctuation, "]",
278 digit_sequence_(StrCat("\\p{Nd}", Limit(1, digit_block_limit_))),
279 lead_class_chars_(StrCat(opening_parens_, PhoneNumberUtil::kPlusChars)),
280 lead_class_(StrCat("[", lead_class_chars_, "]")),
281 opening_punctuation_(StrCat("(
[all...]
H A Dphonenumbermatch.cc74 return StrCat("PhoneNumberMatch [", start(), ",", end(), ") ",
H A Dstringutil.cc203 // StrCat
218 string StrCat(const StringHolder& s1, const StringHolder& s2) { function in namespace:i18n::phonenumbers
228 string StrCat(const StringHolder& s1, const StringHolder& s2, function in namespace:i18n::phonenumbers
240 string StrCat(const StringHolder& s1, const StringHolder& s2, function in namespace:i18n::phonenumbers
253 string StrCat(const StringHolder& s1, const StringHolder& s2, function in namespace:i18n::phonenumbers
268 string StrCat(const StringHolder& s1, const StringHolder& s2, function in namespace:i18n::phonenumbers
284 string StrCat(const StringHolder& s1, const StringHolder& s2, function in namespace:i18n::phonenumbers
302 string StrCat(const StringHolder& s1, const StringHolder& s2, function in namespace:i18n::phonenumbers
321 string StrCat(const StringHolder& s1, const StringHolder& s2, function in namespace:i18n::phonenumbers
343 string StrCat(cons function in namespace:i18n::phonenumbers
368 string StrCat(const StringHolder& s1, const StringHolder& s2, function in namespace:i18n::phonenumbers
[all...]
H A Dphonenumberutil.cc159 formatted_number->insert(0, StrCat(kPlusSign, country_calling_code));
162 formatted_number->insert(0, StrCat(kPlusSign, country_calling_code, " "));
165 formatted_number->insert(0, StrCat(kRfc3966Prefix, kPlusSign,
288 static const string capturing_extn_digits = StrCat("([", kDigits, "]{1,7})");
300 return (StrCat(
474 // Small string helpers since StrCat has a maximum number of arguments. These
596 : punctuation_and_star_sign_(StrCat(PhoneNumberUtil::kValidPunctuation,
599 StrCat(kDigits, "{", PhoneNumberUtil::kMinLengthForNsn, "}")),
601 StrCat(min_length_phone_number_pattern_, "|[",
608 CreateExtnPattern(StrCat(",", kSingleExtnSymbolsForMatchin
[all...]
H A Dasyoutypeformatter.cc109 new_pattern = StrCat("(", new_pattern, ")");
546 StrCat(prefix_before_national_number_, national_number));
653 StrCat("\\", string(&kPlusSign, 1), "|",
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2060 static StrCatOpt StrCat; member in namespace:llvm
2127 return &StrCat;

Completed in 2928 milliseconds