Searched refs:find_previous_occurance_of (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTString.h | 578 int find_previous_occurance_of(char _Ch, size_t _Off = 0) const; 587 int find_previous_occurance_of(const char* _Ptr, size_t _Off = 0) const; 597 int find_previous_occurance_of(const char* _Ptr, size_t _Off, size_t _Count) const; 606 int find_previous_occurance_of(const CPVRTString& _Str, size_t _Off = 0) const;
|
D | PVRTString.cpp | 1337 int CPVRTString::find_previous_occurance_of(char _Ch, size_t _Off) const in find_previous_occurance_of() function in CPVRTString 1355 int CPVRTString::find_previous_occurance_of(const char* _Ptr, size_t _Off) const in find_previous_occurance_of() function in CPVRTString 1381 int CPVRTString::find_previous_occurance_of(const char* _Ptr, size_t _Off, size_t _Count) const in find_previous_occurance_of() function in CPVRTString 1406 int CPVRTString::find_previous_occurance_of(const CPVRTString& _Str, size_t _Off) const in find_previous_occurance_of() function in CPVRTString
|