Home | History | Annotate | Download | only in ui

Lines Matching refs:current_index

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