Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DMethodProps.cpp13 if (s.IsEmpty() || (s[0] == '+' && s[1] == 0) || StringsAreEqualNoCase_Ascii(s, "ON")) in StringToBool()
18 if ((s[0] == '-' && s[1] == 0) || StringsAreEqualNoCase_Ascii(s, "OFF")) in StringToBool()
260 if (StringsAreEqualNoCase_Ascii(name, g_NameToPropID[i].Name)) in FindPropIdExact()
452 if (!realName.IsEmpty() && !StringsAreEqualNoCase_Ascii(realName, "m")) in ParseMethodFromPROPVARIANT()
DCreateCoder.cpp160 if (StringsAreEqualNoCase_Ascii(name, codec.Name)) in FindMethod()
176 if (StringsAreEqualNoCase_Ascii(name, codec.Name)) in FindMethod()
236 if (StringsAreEqualNoCase_Ascii(name, codec.Name)) in FindHashMethod()
251 if (StringsAreEqualNoCase_Ascii(name, codec.Name)) in FindHashMethod()
/external/lzma/CPP/Common/
DMyString.h179 bool StringsAreEqualNoCase_Ascii(const char *s1, const char *s2) throw();
180 bool StringsAreEqualNoCase_Ascii(const wchar_t *s1, const char *s2) throw();
181 bool StringsAreEqualNoCase_Ascii(const wchar_t *s1, const wchar_t *s2) throw();
315 …bool IsEqualTo_Ascii_NoCase(const char *s) const { return StringsAreEqualNoCase_Ascii(_chars, s); } in IsEqualTo_Ascii_NoCase()
550 …bool IsEqualTo_Ascii_NoCase(const char *s) const { return StringsAreEqualNoCase_Ascii(_chars, s); } in IsEqualTo_Ascii_NoCase()
DMyString.cpp237 bool StringsAreEqualNoCase_Ascii(const char *s1, const char *s2) throw() in StringsAreEqualNoCase_Ascii() function
250 bool StringsAreEqualNoCase_Ascii(const wchar_t *s1, const wchar_t *s2) throw() in StringsAreEqualNoCase_Ascii() function
263 bool StringsAreEqualNoCase_Ascii(const wchar_t *s1, const char *s2) throw() in StringsAreEqualNoCase_Ascii() function
/external/lzma/CPP/Windows/
DFileFind.cpp224 return StringsAreEqualNoCase_Ascii(Name, "::$DATA"); in IsMainStream()
231 if (s.Len() > 6 + 1 && StringsAreEqualNoCase_Ascii(s.RightPtr(6), ":$DATA")) in GetReducedName()
464 || !StringsAreEqualNoCase_Ascii(streamName.RightPtr(kPostfixSize), ":$DATA")) in Find()
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp408 if (StringsAreEqualNoCase_Ascii(command, "b")) in main2()
436 if (StringsAreEqualNoCase_Ascii(command, "e")) in main2()
438 else if (!StringsAreEqualNoCase_Ascii(command, "d")) in main2()
/external/lzma/CPP/7zip/UI/Common/
DExtractingFilePath.cpp53 && StringsAreEqualNoCase_Ascii(s.RightPtr(kPostfixSize), ":$DATA")) in Correct_AltStream_Name()
DLoadCodecs.h160 bool IsSplit() const { return StringsAreEqualNoCase_Ascii(Name, "Split"); } in IsSplit()
DExtract.cpp50 if (StringsAreEqualNoCase_Ascii(codecs->Formats[arc0.FormatIndex].Name, "pe")) in DecompressArchive()
DOpenArchive.cpp1049 if (StringsAreEqualNoCase_Ascii(s, names[i])) in IsNameFromList()
1560 if (StringsAreEqualNoCase_Ascii(codecs->Formats[orderIndices[i]].Name, name)) in FindFormatForArchiveType()
1682 || isZip && StringsAreEqualNoCase_Ascii(ai.Name, "zip") in OpenStream2()
1683 || isRar && StringsAreEqualNoCase_Ascii(ai.Name, "rar") in OpenStream2()
3006 && StringsAreEqualNoCase_Ascii(filePath.RightPtr(k_ExeExt_Len), k_ExeExt)) in OpenStreamOrFile()
DBench.cpp3037 if (StringsAreEqualNoCase_Ascii(method2.MethodName, "LZMA")) in Bench()
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp794 if (StringsAreEqualNoCase_Ascii(ext, g_ExeExts[i])) in IsExeExt()
865 else if (StringsAreEqualNoCase_Ascii(ext, "wav")) in GetFilterGroup()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp920 if (StringsAreEqualNoCase_Ascii(_filterMethod.MethodName, pair.Name)) in SetProperties()