OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MyStringCompare
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/Common/
MyString.cpp
154
int
MyStringCompare
(const char *s1, const char *s2)
166
int
MyStringCompare
(const wchar_t *s1, const wchar_t *s2)
MyString.h
102
int
MyStringCompare
(const char *s1, const char *s2);
103
int
MyStringCompare
(const wchar_t *s1, const wchar_t *s2);
347
{ return
MyStringCompare
(_chars, s._chars); }
350
{ return
MyStringCompare
(_chars, s); }
Completed in 55 milliseconds