Searched defs:HasSuffixString (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dstringutil.cc118 bool HasSuffixString(const string& s, const string& suffix) { function in namespace:i18n::phonenumbers
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h95 // HasSuffixString()
102 inline bool HasSuffixString(const string& str, function in namespace:google::protobuf
109 if (HasSuffixString(str, suffix)) {
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h95 // HasSuffixString()
102 inline bool HasSuffixString(const string& str, function in namespace:google::protobuf
109 if (HasSuffixString(str, suffix)) {

Completed in 417 milliseconds