Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp1210 static const unsigned kNumByteOnlyCodePages = 3; variable
1233 const unsigned num = byteOnlyCodePages ? kNumByteOnlyCodePages : Z7_ARRAY_SIZE(g_CodePagePairs); in FindCharset()