Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp67 if (name.IsPrefixedBy_Ascii_NoCase("yx")) in SetProperty()
88 if (name.IsPrefixedBy_Ascii_NoCase("mt")) in SetProperty()
142 else if (name.IsPrefixedBy_Ascii_NoCase("mt")) in SetProperties()
/external/lzma/CPP/7zip/UI/Common/
DExtractingFilePath.cpp83 if (!name.IsPrefixedBy_Ascii_NoCase(reservedName)) in IsSupportedName()
DBench.cpp2548 if (name.IsPrefixedBy_Ascii_NoCase("mt")) in Bench()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp157 if (switches.IsPrefixedBy_Ascii_NoCase("-y")) in WinMain()
/external/lzma/CPP/Common/
DMyString.h321 bool IsPrefixedBy_Ascii_NoCase(const char *s) const throw();
557 bool IsPrefixedBy_Ascii_NoCase(const char *s) const throw();
DMyString.cpp194 bool AString::IsPrefixedBy_Ascii_NoCase(const char *s) const throw() in IsPrefixedBy_Ascii_NoCase() function in AString
209 bool UString::IsPrefixedBy_Ascii_NoCase(const char *s) const throw() in IsPrefixedBy_Ascii_NoCase() function in UString
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp737 if (name.IsPrefixedBy_Ascii_NoCase("mt")) in SetProperties()