Lines Matching refs:UString

91 void SplitPathToParts(const UString &path, UStringVector &pathParts)  in SplitPathToParts()
97 UString name; in SplitPathToParts()
110 void SplitPathToParts_2(const UString &path, UString &dirPrefix, UString &name) in SplitPathToParts_2()
121 void SplitPathToParts_Smart(const UString &path, UString &dirPrefix, UString &name) in SplitPathToParts_Smart()
137 UString ExtractDirPrefixFromPath(const UString &path) in ExtractDirPrefixFromPath()
147 UString ExtractFileNameFromPath(const UString &path) in ExtractFileNameFromPath()
158 bool DoesWildcardMatchName(const UString &mask, const UString &name) in DoesWildcardMatchName()
163 bool DoesNameContainWildcard(const UString &path) in DoesNameContainWildcard()
273 int CCensorNode::FindSubNode(const UString &name) const in FindSubNode()
301 const UString &front = item.PathParts.Front(); in AddItem()
317 void CCensorNode::AddItem(bool include, const UString &path, bool recursive, bool forFile, bool for… in AddItem()
380 bool CCensorNode::CheckPath2(bool isAltStream, const UString &path, bool isFile, bool &include) con… in CheckPath2()
391 UString &back = pathParts.Back(); in CheckPath2()
402 bool CCensorNode::CheckPath(bool isAltStream, const UString &path, bool isFile) const in CheckPath()
429 void CCensorNode::AddItem2(bool include, const UString &path, bool recursive, bool wildcardMatching) in AddItem2()
435 UString path2 = path; in AddItem2()
457 int CCensor::FindPrefix(const UString &prefix) const in FindPrefix()
465 void CCensor::AddItem(ECensorPathMode pathMode, bool include, const UString &path, bool recursive, … in AddItem()
478 UString prefix; in AddItem()
482 const UString &front = pathParts.Front(); in AddItem()
499 const UString &part = pathParts[i]; in AddItem()
543 const UString &front = pathParts.Front(); in AddItem()
566 bool CCensor::CheckPath(bool isAltStream, const UString &path, bool isFile) const in CheckPath()
606 void CCensor::AddPreItem(bool include, const UString &path, bool recursive, bool wildcardMatching) in AddPreItem()