Home | History | Annotate | Download | only in Common

Lines Matching full:baseextension

278     BaseExtension.Empty();

288 BaseExtension.Empty();
292 if (BaseExtension.IsEqualToNoCase(ext))
294 BaseExtension = ext;
298 BaseExtension.Empty();
304 if (!BaseExtension.IsEmpty())
305 path += UString(L'.') + BaseExtension;
312 if (!BaseExtension.IsEmpty())
320 if (!BaseExtension.IsEmpty())
321 path += FString(FTEXT('.')) + us2fs(BaseExtension);
379 ArchivePath.BaseExtension = ext;
385 uc.ArchivePath.BaseExtension = ext;