Home | History | Annotate | Download | only in ui

Lines Matching defs:match_index

861   size_t match_index;
862 while ((match_index = title->find(L'\n', current_index)) != string16::npos) {
863 title->replace(match_index, 1, string16());
864 current_index = match_index;