Searched refs:wordmemcmp (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dstring_piece.h95 int r = wordmemcmp(
115 (wordmemcmp(ptr_, x.ptr_, x.length_) == 0));
121 (wordmemcmp(ptr_ + (length_-x.length_), x.ptr_, x.length_) == 0));
158 static int wordmemcmp(const char* p, const char* p2, size_type N) { function in class:base::StringPiece
174 const int r = StringPiece::wordmemcmp(
H A Dstring_piece.cc19 return StringPiece::wordmemcmp(x.data(), y.data(), x.size()) == 0;

Completed in 117 milliseconds