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

  /build/kati/
string_piece.h 112 int r = wordmemcmp(
132 (wordmemcmp(ptr_, x.ptr_, x.length_) == 0));
138 (wordmemcmp(ptr_ + (length_-x.length_), x.ptr_, x.length_) == 0));
175 static int wordmemcmp(const char* p, const char* p2, size_type N) { function in class:StringPiece
195 const int r = StringPiece::wordmemcmp(
  /external/libchrome/base/strings/
string_piece.h 239 int r = wordmemcmp(
265 static int wordmemcmp(const value_type* p, function in class:base::BasicStringPiece
288 (wordmemcmp(this->ptr_, x.ptr_, x.length_) == 0));
294 (wordmemcmp(this->ptr_ + (this->length_-x.length_),
385 const int r = StringPiece::wordmemcmp(
408 return StringPiece16::wordmemcmp(x.data(), y.data(), x.size()) == 0;
416 const int r = StringPiece16::wordmemcmp(

Completed in 68 milliseconds