OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringsAreEqualNoCase_Ascii
(Results
1 - 8
of
8
) sorted by null
/external/lzma/CPP/7zip/Common/
MethodProps.cpp
13
if (s.IsEmpty() || s == L"+" ||
StringsAreEqualNoCase_Ascii
(s, "ON"))
18
if (s == L"-" ||
StringsAreEqualNoCase_Ascii
(s, "OFF"))
247
if (
StringsAreEqualNoCase_Ascii
(name, g_NameToPropID[i].Name))
435
if (!realName.IsEmpty() && !
StringsAreEqualNoCase_Ascii
(realName, "m"))
/external/lzma/CPP/Common/
MyString.h
152
bool
StringsAreEqualNoCase_Ascii
(const char *s1, const char *s2) throw();
153
bool
StringsAreEqualNoCase_Ascii
(const wchar_t *s1, const char *s2) throw();
154
bool
StringsAreEqualNoCase_Ascii
(const wchar_t *s1, const wchar_t *s2) throw();
MyString.cpp
227
bool
StringsAreEqualNoCase_Ascii
(const char *s1, const char *s2) throw()
240
bool
StringsAreEqualNoCase_Ascii
(const wchar_t *s1, const wchar_t *s2) throw()
253
bool
StringsAreEqualNoCase_Ascii
(const wchar_t *s1, const char *s2) throw()
/external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h
112
bool IsSplit() const { return
StringsAreEqualNoCase_Ascii
(Name, "Split"); }
113
// bool IsRar() const { return
StringsAreEqualNoCase_Ascii
(Name, "Rar"); }
Extract.cpp
50
if (
StringsAreEqualNoCase_Ascii
(codecs->Formats[arc0.FormatIndex].Name, "pe"))
OpenArchive.cpp
842
if (
StringsAreEqualNoCase_Ascii
(s, names[i]))
[
all
...]
Bench.cpp
[
all
...]
/external/lzma/CPP/7zip/Archive/
XzHandler.cpp
952
if (
StringsAreEqualNoCase_Ascii
(_filterMethod.MethodName, pair.Name))
Completed in 340 milliseconds