Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp937 static const unsigned kNumByteOnlyCodePages = 3; variable
960 unsigned num = byteOnlyCodePages ? kNumByteOnlyCodePages : ARRAY_SIZE(g_CodePagePairs); in FindCharset()