Searched refs:iIndexMask (Results 1 – 1 of 1) sorted by relevance
1664 size_t iIndexMask = 0; in AFSpecial_KeystrokeEx() local1666 if (!maskSatisfied(w_Value, wstrMask[iIndexMask])) in AFSpecial_KeystrokeEx()1668 iIndexMask++; in AFSpecial_KeystrokeEx()1671 if (iIndexMask != wstrMaskLen || in AFSpecial_KeystrokeEx()1672 (iIndexMask != wstrValue.size() && wstrMaskLen != 0)) { in AFSpecial_KeystrokeEx()1686 int iIndexMask = pEvent->SelStart(); in AFSpecial_KeystrokeEx() local1697 if (iIndexMask >= wstrMaskLen && (!wChange.empty())) { in AFSpecial_KeystrokeEx()1705 if (iIndexMask >= wstrMaskLen) { in AFSpecial_KeystrokeEx()1711 wchar_t w_Mask = wstrMask[iIndexMask]; in AFSpecial_KeystrokeEx()1720 iIndexMask++; in AFSpecial_KeystrokeEx()