Searched refs:dot_index (Results 1 – 1 of 1) sorted by relevance
135 size_t dot_index = rest.find('.'); in IsSuffixRule() local138 if (dot_index == string::npos || in IsSuffixRule()139 rest.substr(dot_index+1).find('.') != string::npos) { in IsSuffixRule()390 size_t dot_index = rest.find('.'); in PopulateSuffixRule() local392 StringPiece input_suffix = rest.substr(0, dot_index); in PopulateSuffixRule()393 StringPiece output_suffix = rest.substr(dot_index+1); in PopulateSuffixRule()