Searched defs:MyStringGetPrevCharPointer (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/Common/
H A DMyString.h30 inline wchar_t* MyStringGetPrevCharPointer(const wchar_t *, wchar_t *p) function
32 inline const wchar_t* MyStringGetPrevCharPointer(const wchar_t *, const wchar_t *p) function
46 inline const char* MyStringGetPrevCharPointer(const char *base, const char *p) function
156 { return MyStringGetPrevCharPointer(base, p); }

Completed in 338 milliseconds