Searched defs:find_last_not_of (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/base/strings/ |
D | string_piece.cc | 343 size_t find_last_not_of(const StringPiece& self, in find_last_not_of() function 369 size_t find_last_not_of(const StringPiece16& self, in find_last_not_of() function 407 size_t find_last_not_of(const StringPiece& self, in find_last_not_of() function 413 size_t find_last_not_of(const StringPiece16& self, in find_last_not_of() function
|
/external/protobuf/src/google/protobuf/stubs/ |
D | stringpiece.cc | 226 stringpiece_ssize_type StringPiece::find_last_not_of(StringPiece s, in find_last_not_of() function in google::protobuf::StringPiece 246 stringpiece_ssize_type StringPiece::find_last_not_of(char c, in find_last_not_of() function in google::protobuf::StringPiece
|
/external/llvm/lib/Support/ |
D | StringRef.cpp | 260 StringRef::size_type StringRef::find_last_not_of(char C, size_t From) const { in find_last_not_of() function in StringRef 271 StringRef::size_type StringRef::find_last_not_of(StringRef Chars, in find_last_not_of() function in StringRef
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | StringRef.cpp | 305 StringRef::size_type StringRef::find_last_not_of(char C, size_t From) const { in find_last_not_of() function in StringRef 316 StringRef::size_type StringRef::find_last_not_of(StringRef Chars, in find_last_not_of() function in StringRef
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTString.cpp | 966 size_t CPVRTString::find_last_not_of(char _Ch, size_t _Off) const in find_last_not_of() function in CPVRTString 985 size_t CPVRTString::find_last_not_of(const char* _Ptr, size_t _Off) const in find_last_not_of() function in CPVRTString 1011 size_t CPVRTString::find_last_not_of(const char* _Ptr, size_t _Off, size_t _Count) const in find_last_not_of() function in CPVRTString 1037 size_t CPVRTString::find_last_not_of(const CPVRTString& _Str, size_t _Off) const in find_last_not_of() function in CPVRTString
|