Home
last modified time | relevance | path

Searched defs:find_first_not_of (Results 1 – 6 of 6) 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/protobuf/src/google/protobuf/stubs/
Dstringpiece.cc180 stringpiece_ssize_type StringPiece::find_first_not_of(StringPiece s, in find_first_not_of() function in google::protobuf::StringPiece
197 stringpiece_ssize_type StringPiece::find_first_not_of(char c, in find_first_not_of() function in google::protobuf::StringPiece
/external/swiftshader/third_party/LLVM/lib/Support/
DStringRef.cpp187 StringRef::size_type StringRef::find_first_not_of(char C, size_t From) const { in find_first_not_of() function in StringRef
198 StringRef::size_type StringRef::find_first_not_of(StringRef Chars, in find_first_not_of() function in StringRef
/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
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DStringRef.cpp264 StringRef::size_type StringRef::find_first_not_of(char C, size_t From) const { in find_first_not_of() function in StringRef
275 StringRef::size_type StringRef::find_first_not_of(StringRef Chars, in find_first_not_of() function in StringRef
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTString.cpp748 size_t CPVRTString::find_first_not_of(char _Ch, size_t _Off) const in find_first_not_of() function in CPVRTString
765 size_t CPVRTString::find_first_not_of(const char* _Ptr, size_t _Off) const in find_first_not_of() function in CPVRTString
791 size_t CPVRTString::find_first_not_of(const char* _Ptr, size_t _Off, size_t _Count) const in find_first_not_of() function in CPVRTString
816 size_t CPVRTString::find_first_not_of(const CPVRTString& _Str, size_t _Off) const in find_first_not_of() function in CPVRTString