Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DPublicMethods.cpp1420 FX_STRSIZE iIndexMask = 0; in AFSpecial_KeystrokeEx() local
1421 for (; iIndexMask < valEvent.GetLength(); ++iIndexMask) { in AFSpecial_KeystrokeEx()
1422 if (!maskSatisfied(valEvent[iIndexMask], wstrMask[iIndexMask])) in AFSpecial_KeystrokeEx()
1426 if (iIndexMask != wstrMask.GetLength() || in AFSpecial_KeystrokeEx()
1427 (iIndexMask != valEvent.GetLength() && wstrMask.GetLength() != 0)) { in AFSpecial_KeystrokeEx()
1440 FX_STRSIZE iIndexMask = pEvent->SelStart(); in AFSpecial_KeystrokeEx() local
1450 if (iIndexMask >= wstrMask.GetLength() && !wChange.IsEmpty()) { in AFSpecial_KeystrokeEx()
1458 if (iIndexMask >= wstrMask.GetLength()) { in AFSpecial_KeystrokeEx()
1464 FX_WCHAR wMask = wstrMask[iIndexMask]; in AFSpecial_KeystrokeEx()
1472 iIndexMask++; in AFSpecial_KeystrokeEx()