Home | History | Annotate | Download | only in Common

Lines Matching refs:Ext

213 void CArcInfoEx::AddExts(const wchar_t *ext, const wchar_t *addExt)

216 if (ext != 0)
217 SplitString(ext, exts);
223 extInfo.Ext = exts[i];
273 UString ext, addExt;
274 RINOK(ReadStringProp(getProp, getProp2, i, NArchive::kExtension, ext));
276 item.AddExts(ext, addExt);
319 iconPair.Ext = s.Left(pos);
324 bool CCodecIcons::FindIconIndex(const UString &ext, int &iconIndex) const
330 if (ext.CompareNoCase(pair.Ext) == 0)
436 item.AddExts(arc.Ext, arc.AddExt);
463 UString ext = arcPath.Mid(dotPos + 1);
469 if (arc.FindExtension(ext) >= 0)
475 int CCodecs::FindFormatForExtension(const UString &ext) const
477 if (ext.IsEmpty())
480 if (Formats[i].FindExtension(ext) >= 0)