Searched refs:IsDot (Results 1 – 2 of 2) sorted by relevance
114 int second_dot_len = IsDot(spec, after_dot, end); in ClassifyAfterDot()202 if ((dotlen = IsDot(spec, i, end)) > 0) { in DoPartialPath()
107 inline int IsDot(const CHAR* spec, int offset, int end) { in IsDot() function