Searched refs:iIndexMask (Results 1 – 1 of 1) sorted by relevance
1420 FX_STRSIZE iIndexMask = 0; in AFSpecial_KeystrokeEx() local1421 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() local1450 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()