Searched refs:arcType (Results 1 – 3 of 3) sorted by relevance
710 int CCodecs::FindFormatForArchiveType(const UString &arcType) const in FindFormatForArchiveType()713 if (Formats[i].Name.IsEqualTo_NoCase(arcType)) in FindFormatForArchiveType()718 bool CCodecs::FindFormatForArchiveType(const UString &arcType, CIntVector &formatIndices) const in FindFormatForArchiveType() argument721 for (unsigned pos = 0; pos < arcType.Len();) in FindFormatForArchiveType()723 int pos2 = arcType.Find(L'.', pos); in FindFormatForArchiveType()725 pos2 = arcType.Len(); in FindFormatForArchiveType()726 const UString name = arcType.Mid(pos, pos2 - pos); in FindFormatForArchiveType()
317 int FindFormatForArchiveType(const UString &arcType) const;318 bool FindFormatForArchiveType(const UString &arcType, CIntVector &formatIndices) const;
524 void Add_Messsage_Pre_ArcType(UString &s, const char *pre, const wchar_t *arcType) in Add_Messsage_Pre_ArcType() argument529 s += arcType; in Add_Messsage_Pre_ArcType()