Home
last modified time | relevance | path

Searched refs:StringsAreEqualNoCase_Ascii (Results 1 – 8 of 8) sorted by relevance

/external/lzma/CPP/7zip/Common/
DMethodProps.cpp13 if (s.IsEmpty() || s == L"+" || StringsAreEqualNoCase_Ascii(s, "ON")) in StringToBool()
18 if (s == L"-" || StringsAreEqualNoCase_Ascii(s, "OFF")) in StringToBool()
247 if (StringsAreEqualNoCase_Ascii(name, g_NameToPropID[i].Name)) in FindPropIdExact()
435 if (!realName.IsEmpty() && !StringsAreEqualNoCase_Ascii(realName, "m")) in ParseMethodFromPROPVARIANT()
/external/lzma/CPP/Common/
DMyString.h152 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();
DMyString.cpp227 bool StringsAreEqualNoCase_Ascii(const char *s1, const char *s2) throw() in StringsAreEqualNoCase_Ascii() function
240 bool StringsAreEqualNoCase_Ascii(const wchar_t *s1, const wchar_t *s2) throw() in StringsAreEqualNoCase_Ascii() function
253 bool StringsAreEqualNoCase_Ascii(const wchar_t *s1, const char *s2) throw() in StringsAreEqualNoCase_Ascii() function
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h112 bool IsSplit() const { return StringsAreEqualNoCase_Ascii(Name, "Split"); } in IsSplit()
DExtract.cpp50 if (StringsAreEqualNoCase_Ascii(codecs->Formats[arc0.FormatIndex].Name, "pe")) in DecompressArchive()
DOpenArchive.cpp842 if (StringsAreEqualNoCase_Ascii(s, names[i])) in IsNameFromList()
1318 if (StringsAreEqualNoCase_Ascii(codecs->Formats[orderIndices[i]].Name, name)) in FindFormatForArchiveType()
DBench.cpp2495 if (StringsAreEqualNoCase_Ascii(method2.MethodName, L"LZMA")) in Bench()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp952 if (StringsAreEqualNoCase_Ascii(_filterMethod.MethodName, pair.Name)) in SetProperties()