Lines Matching refs:UString
121 UString Name;
122 UString Extension;
124 UString Comment;
125 UString ArcType;
339 UString s = sz;
535 UString s;
574 HRESULT CArc::GetItemPath(UInt32 index, UString &result) const
693 HRESULT CArc::GetItemPath2(UInt32 index, UString &result) const
825 static bool IsExeExt(const UString &ext)
839 static bool IsNameFromList(const UString &s, const char *names[], size_t num)
1342 const UString fileName = ExtractFileNameFromPath(Path);
1343 UString extension;
2611 const UString fileName = ExtractFileNameFromPath(Path);
2612 UString extension;
2699 const UString path2 = filePath.Left(filePath.Len() - k_ExeExt_Len);
2705 UString path3 = path2;
3110 static bool ParseTypeParams(const UString &s, COpenType &type)
3137 bool ParseType(CCodecs &codecs, const UString &s, COpenType &type)
3140 UString name;
3180 UString name = s.Mid(i, next - i);
3191 bool ParseOpenTypes(CCodecs &codecs, const UString &s, CObjectVector<COpenType> &types)
3199 UString name = s.Mid(pos, pos2 - pos);