Searched refs:ClassifyAfterDot (Results 1 – 2 of 2) sorted by relevance
101 DotDisposition ClassifyAfterDot(const CHAR* spec, int after_dot, in ClassifyAfterDot() function217 switch (ClassifyAfterDot<CHAR>(spec, i + dotlen, end, in DoPartialPath()
38 DotDisposition ClassifyAfterDot(const std::string& path, in ClassifyAfterDot() function469 switch (ClassifyAfterDot(*path, src_i + 1, &consumed_len)) { in NormalizePath()