HomeSort by relevance Sort by last modified time
    Searched refs:kSwitchForms (Results 1 - 4 of 4) sorted by null

  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 129 SwitchForm[] kSwitchForms = new SwitchForm[13];
131 kSwitchForms[sw++] = new SwitchForm("?", SwitchType.Simple, false);
132 kSwitchForms[sw++] = new SwitchForm("H", SwitchType.Simple, false);
133 kSwitchForms[sw++] = new SwitchForm("A", SwitchType.UnLimitedPostString, false, 1);
134 kSwitchForms[sw++] = new SwitchForm("D", SwitchType.UnLimitedPostString, false, 1);
135 kSwitchForms[sw++] = new SwitchForm("FB", SwitchType.UnLimitedPostString, false, 1);
136 kSwitchForms[sw++] = new SwitchForm("LC", SwitchType.UnLimitedPostString, false, 1);
137 kSwitchForms[sw++] = new SwitchForm("LP", SwitchType.UnLimitedPostString, false, 1);
138 kSwitchForms[sw++] = new SwitchForm("PB", SwitchType.UnLimitedPostString, false, 1);
139 kSwitchForms[sw++] = new SwitchForm("MF", SwitchType.UnLimitedPostString, false, 1);
    [all...]
  /external/lzma/CPP/7zip/Bundles/SFXCon/
SfxCon.cpp 85 static const CSwitchForm kSwitchForms[kNumSwitches] =
293 if (!parser.ParseStrings(kSwitchForms, kNumSwitches, commandStrings))
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 102 static const CSwitchForm kSwitchForms[] =
349 if (!parser.ParseStrings(kSwitchForms, ARRAY_SIZE(kSwitchForms), commandStrings))
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.cpp 202 static const CSwitchForm kSwitchForms[] =
813 if (!parser.ParseStrings(kSwitchForms, ARRAY_SIZE(kSwitchForms), commandStrings))
    [all...]

Completed in 2670 milliseconds