Home
last modified time | relevance | path

Searched refs:nFindIndex (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.cpp354 int32_t nFindIndex = FindNext(nIndex, nChar); in OnChar() local
356 if (nFindIndex != nIndex) { in OnChar()
357 OnVK(nFindIndex, bShift, bCtrl); in OnChar()