Lines Matching refs:UString
8 int CompareFileNames(const UString &s1, const UString &s2);
10 void SplitPathToParts(const UString &path, UStringVector &pathParts);
11 void SplitPathToParts(const UString &path, UString &dirPrefix, UString &name);
12 UString ExtractDirPrefixFromPath(const UString &path);
13 UString ExtractFileNameFromPath(const UString &path);
14 bool DoesNameContainWildCard(const UString &path);
15 bool CompareWildCardWithName(const UString &mask, const UString &name);
36 CCensorNode(const UString &name, CCensorNode *parent): Name(name), Parent(parent) { }; in CCensorNode()
37 UString Name;
42 int FindSubNode(const UString &path) const;
45 void AddItem(bool include, const UString &path, bool recursive, bool forFile, bool forDir);
46 void AddItem2(bool include, const UString &path, bool recursive);
51 bool CheckPath(const UString &path, bool isFile, bool &include) const;
52 bool CheckPath(const UString &path, bool isFile) const;
61 UString Prefix;
63 CPair(const UString &prefix): Prefix(prefix) { }; in CPair()
68 int FindPrefix(const UString &prefix) const;
73 void AddItem(bool include, const UString &path, bool recursive);
74 bool CheckPath(const UString &path, bool isFile) const;