Searched refs:wstrMask (Results 1 – 1 of 1) sorted by relevance
1404 WideString wstrMask = pRuntime->ToWideString(params[0]); in AFSpecial_KeystrokeEx() local1405 if (wstrMask.IsEmpty()) in AFSpecial_KeystrokeEx()1414 if (!MaskSatisfied(valEvent[iIndexMask], wstrMask[iIndexMask])) in AFSpecial_KeystrokeEx()1418 if (iIndexMask != wstrMask.GetLength() || in AFSpecial_KeystrokeEx()1419 (iIndexMask != valEvent.GetLength() && wstrMask.GetLength() != 0)) { in AFSpecial_KeystrokeEx()1435 if (combined_len > wstrMask.GetLength()) { in AFSpecial_KeystrokeEx()1442 if (iIndexMask >= wstrMask.GetLength() && !wChange.IsEmpty()) { in AFSpecial_KeystrokeEx()1450 if (iIndexMask >= wstrMask.GetLength()) { in AFSpecial_KeystrokeEx()1456 wchar_t wMask = wstrMask[iIndexMask]; in AFSpecial_KeystrokeEx()