Home
last modified time | relevance | path

Searched refs:PostCharIndex (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CS/7zip/Common/
DCommandLineParser.cs51 public int PostCharIndex; field in SevenZip.CommandLineParser.SwitchResult
128 matchedSwitch.PostCharIndex = kEmptyCharValue; in ParseString()
133 matchedSwitch.PostCharIndex = kEmptyCharValue; in ParseString()
136 matchedSwitch.PostCharIndex = index; in ParseString()
/external/lzma/CPP/Common/
DCommandLineParser.cpp133 sw.PostCharIndex = -1; in ParseString()
152 sw.PostCharIndex = FindCharPosInString(form.PostCharSet, (char)c); in ParseString()
153 if (sw.PostCharIndex >= 0) in ParseString()
DCommandLineParser.h38 int PostCharIndex; member
/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp991 recursedType = GetRecursedTypeFromIndex(parser[NKey::kRecursed].PostCharIndex); in Parse2()
1029 options.UpdateOptions.ArcNameMode = ParseArcNameMode(parser[NKey::kArcNameMode].PostCharIndex); in Parse2()
1157 eo.OverwriteMode = k_OverwriteModes[parser[NKey::kOverwrite].PostCharIndex]; in Parse2()
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp375 5, dict, parser[NKey::kFilter86].PostCharIndex == 0 ? SZ_FILTER_YES : SZ_FILTER_AUTO); in main2()