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

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dstringutil.cc63 bool HasPrefixString(const string& s, const string& prefix) { function in namespace:i18n::phonenumbers
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h73 // HasPrefixString()
80 inline bool HasPrefixString(const string& str, function in namespace:google::protobuf
87 if (HasPrefixString(str, prefix)) {
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h73 // HasPrefixString()
80 inline bool HasPrefixString(const string& str, function in namespace:google::protobuf
87 if (HasPrefixString(str, prefix)) {

Completed in 161 milliseconds