Home
last modified time | relevance | path

Searched refs:IsPrefixedBy_Ascii_NoCase (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp70 if (name.IsPrefixedBy_Ascii_NoCase("mt")) in SetCommonProperty()
78 if (name.IsPrefixedBy_Ascii_NoCase("memuse")) in SetCommonProperty()
142 if (name.IsPrefixedBy_Ascii_NoCase("yx")) in SetProperty()
151 if (name.IsPrefixedBy_Ascii_NoCase("crc")) in SetProperty()
/external/lzma/CPP/7zip/UI/Common/
DExtractingFilePath.cpp117 if (!name.IsPrefixedBy_Ascii_NoCase(reservedName)) in IsSupportedName()
DBench.cpp2899 if (name.IsPrefixedBy_Ascii_NoCase("mt")) in Bench()
3109 || method.PropsString.IsPrefixedBy_Ascii_NoCase(benchProps)) in Bench()
3427 || method.PropsString.IsPrefixedBy_Ascii_NoCase(benchProps)) in Bench()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp157 if (switches.IsPrefixedBy_Ascii_NoCase("-y")) in WinMain()
/external/lzma/CPP/Common/
DMyString.h386 bool IsPrefixedBy_Ascii_NoCase(const char *s) const throw();
628 bool IsPrefixedBy_Ascii_NoCase(const char *s) const throw();
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