Searched refs:StringsAreEqualNoCase_Ascii (Results 1 - 14 of 14) sorted by relevance
/third_party/lzma/CPP/7zip/Common/ |
H A D | CreateCoder.cpp | 173 && 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 D | MethodProps.cpp | 43 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 D | FileFind.cpp | 274 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 D | LzmaAlone.cpp | 438 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 D | ArchiveName.cpp | 133 if (!StringsAreEqualNoCase_Ascii(n.RightPtr(len), ext))
in CreateArchiveName()
|
H A D | ExtractingFilePath.cpp | 101 && StringsAreEqualNoCase_Ascii(s.RightPtr(kPostfixSize), ":$DATA"))
in Correct_AltStream_Name()
|
H A D | Extract.cpp | 67 if (arc0.FormatIndex >= 0 && StringsAreEqualNoCase_Ascii(codecs->Formats[(unsigned)arc0.FormatIndex].Name, "pe"))
in DecompressArchive()
|
H A D | OpenArchive.cpp | 1105 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 D | Bench.cpp | 3586 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 D | MyString.h | 234 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 D | MyString.cpp | 268 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 D | XzEncoder.cpp | 67 if (StringsAreEqualNoCase_Ascii(name, pair.Name))
in FilterIdFromName()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zUpdate.cpp | 918 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 D | XzHandler.cpp | 1404 if (StringsAreEqualNoCase_Ascii(_filterMethod.MethodName, pair.Name))
in SetProperties()
|
Completed in 21 milliseconds