Home
last modified time | relevance | path

Searched refs:ClassifyAfterDot (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/url/
Durl_canon_path.cc101 DotDisposition ClassifyAfterDot(const CHAR* spec, int after_dot, in ClassifyAfterDot() function
217 switch (ClassifyAfterDot<CHAR>(spec, i + dotlen, end, in DoPartialPath()
/external/chromium_org/tools/gn/
Dfilesystem_utils.cc38 DotDisposition ClassifyAfterDot(const std::string& path, in ClassifyAfterDot() function
469 switch (ClassifyAfterDot(*path, src_i + 1, &consumed_len)) { in NormalizePath()