Searched defs:StrCat (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
D | stringutil.cc | 218 string StrCat(const StringHolder& s1, const StringHolder& s2) { in StrCat() function 228 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat() function 240 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat() function 253 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat() function 268 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat() function 284 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat() function 302 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat() function 321 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat() function 343 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat() function 368 string StrCat(const StringHolder& s1, const StringHolder& s2, in StrCat() function
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 2060 static StrCatOpt StrCat; variable
|