Lines Matching refs:iIndex
986 int iIndex = WithinBoundsOrZero(pRuntime->ToInt32(params[0]), in AFDate_Format() local
989 newParams.push_back(pRuntime->NewString(kDateFormats[iIndex])); in AFDate_Format()
1000 int iIndex = WithinBoundsOrZero(pRuntime->ToInt32(params[0]), in AFDate_Keystroke() local
1003 newParams.push_back(pRuntime->NewString(kDateFormats[iIndex])); in AFDate_Keystroke()
1014 int iIndex = WithinBoundsOrZero(pRuntime->ToInt32(params[0]), in AFTime_Format() local
1017 newParams.push_back(pRuntime->NewString(kTimeFormats[iIndex])); in AFTime_Format()
1027 int iIndex = WithinBoundsOrZero(pRuntime->ToInt32(params[0]), in AFTime_Keystroke() local
1030 newParams.push_back(pRuntime->NewString(kTimeFormats[iIndex])); in AFTime_Keystroke()
1110 size_t iIndex = 0; in AFSpecial_KeystrokeEx() local
1111 for (iIndex = 0; iIndex < valEvent.GetLength(); ++iIndex) { in AFSpecial_KeystrokeEx()
1112 if (!MaskSatisfied(valEvent[iIndex], wstrMask[iIndex])) in AFSpecial_KeystrokeEx()
1115 if (iIndex != wstrMask.GetLength()) { in AFSpecial_KeystrokeEx()