Home
last modified time | relevance | path

Searched refs:wordmemcmp (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/strings/
Dstring_piece.h238 int r = wordmemcmp( in compare()
264 static int wordmemcmp(const value_type* p, in wordmemcmp() function
287 (wordmemcmp(this->ptr_, x.ptr_, x.length_) == 0)); in starts_with()
293 (wordmemcmp(this->ptr_ + (this->length_-x.length_), in ends_with()
384 const int r = StringPiece::wordmemcmp(
407 return StringPiece16::wordmemcmp(x.data(), y.data(), x.size()) == 0;
415 const int r = StringPiece16::wordmemcmp(
Dstring_piece.cc47 return StringPiece::wordmemcmp(x.data(), y.data(), x.size()) == 0; in operator ==()
/external/libweave/third_party/chromium/base/strings/
Dstring_piece.h157 int r = wordmemcmp( in compare()
183 static int wordmemcmp(const value_type* p, in wordmemcmp() function
206 (wordmemcmp(this->ptr_, x.ptr_, x.length_) == 0)); in starts_with()
212 (wordmemcmp(this->ptr_ + (this->length_-x.length_), in ends_with()
302 const int r = StringPiece::wordmemcmp(
Dstring_piece.cc46 return StringPiece::wordmemcmp(x.data(), y.data(), x.size()) == 0; in operator ==()