Home
last modified time | relevance | path

Searched refs:IsPrefixedBy_Ascii_NoCase (Results 1 - 8 of 8) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.cpp89 if (name.IsPrefixedBy_Ascii_NoCase("mt")) in SetCommonProperty()
100 if (name.IsPrefixedBy_Ascii_NoCase("memuse")) in SetCommonProperty()
188 if (name.IsPrefixedBy_Ascii_NoCase("yx")) in SetProperty()
197 if (name.IsPrefixedBy_Ascii_NoCase("crc")) in SetProperty()
250 if (name.IsPrefixedBy_Ascii_NoCase("x")) in SetProperty()
300 if (name.IsPrefixedBy_Ascii_NoCase("tp")) in Parse()
/third_party/lzma/CPP/7zip/UI/Common/
H A DHashCalc.cpp1293 if (s.IsPrefixedBy_Ascii_NoCase("; ")) in Open()
1301 if (s.IsPrefixedBy_Ascii_NoCase("-----")) in Open()
1306 if (s.IsPrefixedBy_Ascii_NoCase("-----BEGIN PGP SIGNED MESSAGE")) in Open()
1313 if (!s.IsPrefixedBy_Ascii_NoCase(kStart)) in Open()
2030 if (name.IsPrefixedBy_Ascii_NoCase("crc")) in SetProperty()
2039 if (name.IsPrefixedBy_Ascii_NoCase("mt") in SetProperty()
2040 || name.IsPrefixedBy_Ascii_NoCase("memuse")) in SetProperty()
H A DExtractingFilePath.cpp133 if (!name.IsPrefixedBy_Ascii_NoCase(reservedName)) in IsSupportedName()
H A DArchiveOpenCallback.cpp312 if (name2.IsPrefixedBy_Ascii_NoCase("\\\\?\\"))
H A DBench.cpp3828 if (name.IsPrefixedBy_Ascii_NoCase("mt"))
4766 || method.PropsString.IsPrefixedBy_Ascii_NoCase(benchProps))
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp160 if (switches.IsPrefixedBy_Ascii_NoCase("-y")) in WinMain()
/third_party/lzma/CPP/Common/
H A DMyString.cpp211 bool AString::IsPrefixedBy_Ascii_NoCase(const char *s) const throw() in IsPrefixedBy_Ascii_NoCase() function in AString
226 bool UString::IsPrefixedBy_Ascii_NoCase(const char *s) const throw() in IsPrefixedBy_Ascii_NoCase() function in UString
H A DMyString.h425 bool IsPrefixedBy_Ascii_NoCase(const char *s) const throw();
717 bool IsPrefixedBy_Ascii_NoCase(const char *s) const throw();

Completed in 12 milliseconds