Searched refs:StringsAreEqualNoCase_Ascii (Results 1 – 8 of 8) sorted by relevance
/external/lzma/CPP/7zip/Common/ |
D | MethodProps.cpp | 13 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/ |
D | 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();
|
D | MyString.cpp | 227 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/ |
D | LoadCodecs.h | 112 bool IsSplit() const { return StringsAreEqualNoCase_Ascii(Name, "Split"); } in IsSplit()
|
D | Extract.cpp | 50 if (StringsAreEqualNoCase_Ascii(codecs->Formats[arc0.FormatIndex].Name, "pe")) in DecompressArchive()
|
D | OpenArchive.cpp | 842 if (StringsAreEqualNoCase_Ascii(s, names[i])) in IsNameFromList() 1318 if (StringsAreEqualNoCase_Ascii(codecs->Formats[orderIndices[i]].Name, name)) in FindFormatForArchiveType()
|
D | Bench.cpp | 2495 if (StringsAreEqualNoCase_Ascii(method2.MethodName, L"LZMA")) in Bench()
|
/external/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 952 if (StringsAreEqualNoCase_Ascii(_filterMethod.MethodName, pair.Name)) in SetProperties()
|