Searched refs:wChange (Results 1 – 2 of 2) sorted by relevance
1127 WideString wChange = wideChange; in AFSpecial_KeystrokeEx() local1129 size_t combined_len = valEvent.GetLength() + wChange.GetLength() + in AFSpecial_KeystrokeEx()1137 if (iIndexMask >= wstrMask.GetLength() && !wChange.IsEmpty()) { in AFSpecial_KeystrokeEx()1143 for (size_t i = 0; i < wChange.GetLength(); ++i) { in AFSpecial_KeystrokeEx()1152 wChange.SetAt(i, wMask); in AFSpecial_KeystrokeEx()1154 if (!MaskSatisfied(wChange[i], wMask)) { in AFSpecial_KeystrokeEx()1160 wideChange = std::move(wChange); in AFSpecial_KeystrokeEx()
70 WideString& wChange = pEvent->Change(); in set_change() local71 wChange = pRuntime->ToWideString(vp); in set_change()