Searched refs:match_index (Results 1 – 2 of 2) sorted by relevance
290 size_t match_index = i->second[match]; in AdjustResultMap() local291 if (match_index >= begin && match_index <= end) in AdjustResultMap()
861 size_t match_index; in FormatTitleForDisplay() local862 while ((match_index = title->find(L'\n', current_index)) != string16::npos) { in FormatTitleForDisplay()863 title->replace(match_index, 1, string16()); in FormatTitleForDisplay()864 current_index = match_index; in FormatTitleForDisplay()