Searched refs:wChange (Results 1 – 2 of 2) sorted by relevance
62 WideString& wChange = pEvent->Change(); in set_change() local63 wChange = pRuntime->ToWideString(vp); in set_change()
1431 WideString wChange = wideChange; in AFSpecial_KeystrokeEx() local1433 size_t combined_len = valEvent.GetLength() + wChange.GetLength() + in AFSpecial_KeystrokeEx()1442 if (iIndexMask >= wstrMask.GetLength() && !wChange.IsEmpty()) { in AFSpecial_KeystrokeEx()1449 for (size_t i = 0; i < wChange.GetLength(); ++i) { in AFSpecial_KeystrokeEx()1458 wChange.SetAt(i, wMask); in AFSpecial_KeystrokeEx()1460 if (!MaskSatisfied(wChange[i], wMask)) { in AFSpecial_KeystrokeEx()1466 wideChange = wChange; in AFSpecial_KeystrokeEx()