HomeSort by relevance Sort by last modified time
    Searched defs:HasPrefixString (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
stringutil.cc 63 bool HasPrefixString(const string& s, const string& prefix) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
strutil.h 73 // HasPrefixString()
80 inline bool HasPrefixString(const string& str,
87 if (HasPrefixString(str, prefix)) {

Completed in 67 milliseconds