Searched refs:kDot (Results 1 – 4 of 4) sorted by relevance
25 const char kDot = '.'; variable105 if (lhost[i - 1] != kDot) in Check()175 base::SplitString(result.pattern_.host, kDot, &host_components); in ParseHostPattern()184 result.pattern_.host = JoinString(host_components, kDot); in ParseHostPattern()214 result.append(1, kDot).append(pattern_.host); in GetHostPatternAsString()
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()
30 static const char kDot = '.'; variable33 const size_t dot = host.find(kDot); in IsIntranetHost()
62 const char kDot = '.'; variable308 if (!output.empty() && output.find_first_not_of(kDot, 0) == std::string::npos) in NormalizeFileName()