Home
last modified time | relevance | path

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

/external/chromium_org/url/
Durl_canon_path.cc114 int second_dot_len = IsDot(spec, after_dot, end); in ClassifyAfterDot()
202 if ((dotlen = IsDot(spec, i, end)) > 0) { in DoPartialPath()
Durl_canon_internal.h107 inline int IsDot(const CHAR* spec, int offset, int end) { in IsDot() function