Searched refs:kDot (Results 1 – 1 of 1) sorted by relevance
33 static const TCHAR kDot = TEXT('.'); variable39 if (Name[0] != kDot) in IsDots()41 return Name.Length() == 1 || (Name[1] == kDot && Name.Length() == 2); in IsDots()49 if (Name[0] != kDot) in IsDots()51 return Name.Length() == 1 || (Name[1] == kDot && Name.Length() == 2); in IsDots()