Home
last modified time | relevance | path

Searched defs:find_first_not_of (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/strings/
Dstring_piece.cc232 size_t find_first_not_of(const StringPiece& self, in find_first_not_of() function
256 BASE_EXPORT size_t find_first_not_of(const StringPiece16& self, in find_first_not_of() function
291 size_t find_first_not_of(const StringPiece& self, in find_first_not_of() function
297 size_t find_first_not_of(const StringPiece16& self, in find_first_not_of() function
/external/libweave/third_party/chromium/base/strings/
Dstring_piece.cc192 size_t find_first_not_of(const StringPiece& self, in find_first_not_of() function
230 size_t find_first_not_of(const StringPiece& self, in find_first_not_of() function
/external/llvm/lib/Support/
DStringRef.cpp219 StringRef::size_type StringRef::find_first_not_of(char C, size_t From) const { in find_first_not_of() function in StringRef
230 StringRef::size_type StringRef::find_first_not_of(StringRef Chars, in find_first_not_of() function in StringRef