Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h186 UString GetCodecName(UInt32 index);
DLoadCodecs.cpp671 UString CCodecs::GetCodecName(UInt32 index) in GetCodecName() function in CCodecs
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp329 PrintString(stdStream, codecs->GetCodecName(j), 11); in Main2()