Home
last modified time | relevance | path

Searched refs:PostCharSet (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CS/7zip/Common/
DCommandLineParser.cs24 public string PostCharSet; field in SevenZip.CommandLineParser.SwitchForm
34 PostCharSet = postCharSet; in SwitchForm()
125 string charSet = switchForm.PostCharSet; in ParseString()
/external/lzma/CPP/Common/
DCommandLineParser.h31 const char *PostCharSet; member
DCommandLineParser.cpp139 sw.PostCharIndex = FindCharPosInString(form.PostCharSet, (char)c); in ParseString()