Searched refs:FindCharset (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp738 static int FindCharset(const NCommandLineParser::CParser &parser, int keyIndex, int defaultVal) function
837 g_CodePage = FindCharset(parser, NKey::kConsoleCharSet, -1);
838 UINT codePage = FindCharset(parser, NKey::kListfileCharSet, CP_UTF8);

Completed in 58 milliseconds