Searched refs:strrmm (Results 1 - 5 of 5) sorted by relevance
/third_party/libphonenumber/cpp/test/phonenumbers/ |
H A D | stringutil_test.cc | 142 // Test strrmm. 143 TEST(StringUtilTest, strrmm) { in TEST() 146 strrmm(&input, ""); in TEST() 150 strrmm(&empty, ""); in TEST() 153 strrmm(&empty, "aa"); in TEST() 156 strrmm(&input, "h"); in TEST() 159 strrmm(&input, "el"); in TEST()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | stringutil.h | 71 void strrmm(string* s, const string& chars);
|
H A D | asyoutypeformatter.cc | 72 strrmm(&new_pattern, "()"); in MatchAllGroups()
|
H A D | stringutil.cc | 107 void strrmm(string* s, const string& chars) { in strrmm() function
|
H A D | phonenumberutil.cc | 1078 strrmm(national_prefix, "~"); in GetNddPrefixForRegion()
|
Completed in 9 milliseconds