Home
last modified time | relevance | path

Searched refs:StringsAreEqualNoCase_Ascii (Results 1 - 14 of 14) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
H A DCreateCoder.cpp173 && StringsAreEqualNoCase_Ascii(name, codec.Name)) in FindMethod_Index()
191 && StringsAreEqualNoCase_Ascii(name, codec.Name)) in FindMethod_Index()
283 if (StringsAreEqualNoCase_Ascii(name, codec.Name)) in FindHashMethod()
298 if (StringsAreEqualNoCase_Ascii(name, codec.Name)) in FindHashMethod()
H A DMethodProps.cpp43 if (s[0] == 0 || (s[0] == '+' && s[1] == 0) || StringsAreEqualNoCase_Ascii(s, "ON")) in StringToBool()
48 if ((s[0] == '-' && s[1] == 0) || StringsAreEqualNoCase_Ascii(s, "OFF")) in StringToBool()
454 if (StringsAreEqualNoCase_Ascii(name, g_NameToPropID[i].Name)) in FindPropIdExact()
729 if (!realName.IsEmpty() && !StringsAreEqualNoCase_Ascii(realName, "m")) in ParseMethodFromPROPVARIANT()
/third_party/lzma/CPP/Windows/
H A DFileFind.cpp274 return StringsAreEqualNoCase_Ascii(Name, "::$DATA"); in IsMainStream()
281 if (s.Len() > 6 + 1 && StringsAreEqualNoCase_Ascii(s.RightPtr(6), ":$DATA")) in GetReducedName()
515 || !StringsAreEqualNoCase_Ascii(streamName.RightPtr(kPostfixSize), ":$DATA")) in Find()
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp438 if (StringsAreEqualNoCase_Ascii(command, "b"))
466 if (StringsAreEqualNoCase_Ascii(command, "e"))
468 else if (!StringsAreEqualNoCase_Ascii(command, "d"))
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveName.cpp133 if (!StringsAreEqualNoCase_Ascii(n.RightPtr(len), ext)) in CreateArchiveName()
H A DExtractingFilePath.cpp101 && StringsAreEqualNoCase_Ascii(s.RightPtr(kPostfixSize), ":$DATA")) in Correct_AltStream_Name()
H A DExtract.cpp67 if (arc0.FormatIndex >= 0 && StringsAreEqualNoCase_Ascii(codecs->Formats[(unsigned)arc0.FormatIndex].Name, "pe")) in DecompressArchive()
H A DOpenArchive.cpp1105 if (StringsAreEqualNoCase_Ascii(s, names[i]))
1630 if (StringsAreEqualNoCase_Ascii(codecs->Formats[(unsigned)oi].Name, name))
3126 && StringsAreEqualNoCase_Ascii(filePath.RightPtr(k_ExeExt_Len), k_ExeExt))
H A DBench.cpp3586 return StringsAreEqualNoCase_Ascii(fullName, shortName);
4400 if (StringsAreEqualNoCase_Ascii(method2.MethodName, "LZMA"))
4801 if (StringsAreEqualNoCase_Ascii(method2.MethodName, "LZMA"))
/third_party/lzma/CPP/Common/
H A DMyString.h234 bool StringsAreEqualNoCase_Ascii(const char *s1, const char *s2) throw();
235 bool StringsAreEqualNoCase_Ascii(const wchar_t *s1, const char *s2) throw();
236 bool StringsAreEqualNoCase_Ascii(const wchar_t *s1, const wchar_t *s2) throw();
419 bool IsEqualTo_Ascii_NoCase(const char *s) const { return StringsAreEqualNoCase_Ascii(_chars, s); } in IsEqualTo_Ascii_NoCase()
710 bool IsEqualTo_Ascii_NoCase(const char *s) const { return StringsAreEqualNoCase_Ascii(_chars, s); } in IsEqualTo_Ascii_NoCase()
H A DMyString.cpp268 bool StringsAreEqualNoCase_Ascii(const char *s1, const char *s2) throw() in StringsAreEqualNoCase_Ascii() function
281 bool StringsAreEqualNoCase_Ascii(const wchar_t *s1, const wchar_t *s2) throw() in StringsAreEqualNoCase_Ascii() function
294 bool StringsAreEqualNoCase_Ascii(const wchar_t *s1, const char *s2) throw() in StringsAreEqualNoCase_Ascii() function
/third_party/lzma/CPP/7zip/Compress/
H A DXzEncoder.cpp67 if (StringsAreEqualNoCase_Ascii(name, pair.Name)) in FilterIdFromName()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.cpp918 if (StringsAreEqualNoCase_Ascii(ext, g_Exe_Exts[i])) in IsExt_Exe()
927 if (StringsAreEqualNoCase_Ascii(ext, g_ExeUnix_Exts[i]))
1077 else if (StringsAreEqualNoCase_Ascii(ext, "wav")) in GetFilterGroup()
/third_party/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp1404 if (StringsAreEqualNoCase_Ascii(_filterMethod.MethodName, pair.Name)) in SetProperties()

Completed in 21 milliseconds