Home | History | Annotate | Download | only in Common

Lines Matching refs:UString

11 static UString ReplaceIncorrectChars(const UString &s, bool repaceColon)

14 UString res;
56 static bool CheckTail(const UString &name, unsigned len)
61 UString s = name.Left(dotPos);
66 static bool CheckNameNum(const UString &name, const wchar_t *reservedName)
79 static bool IsSupportedName(const UString &name)
99 static UString GetCorrectFileName(const UString &path, bool repaceColon)
102 return UString();
110 UString &s = pathParts[i];
115 UString s2 = s[0];
130 s = (UString)L"_" + s;
137 UString MakePathNameFromParts(const UStringVector &parts)
139 UString result;
157 UString &s = parts.Back();
163 UString GetCorrectFsPath(const UString &path)
165 UString res = GetCorrectFileName(path, true);
168 res = (UString)L"_" + res;
175 UString GetCorrectFullFsPath(const UString &path)
181 UString &s = parts[i];