Lines Matching refs:ToInt32
882 int iDec = abs(pRuntime->ToInt32(params[0])); in AFNumber_Format()
883 int iSepStyle = ValidStyleOrZero(pRuntime->ToInt32(params[1])); in AFNumber_Format()
884 int iNegStyle = ValidStyleOrZero(pRuntime->ToInt32(params[2])); in AFNumber_Format()
1018 int iSepStyle = ValidStyleOrZero(pRuntime->ToInt32(params[1])); in AFNumber_Keystroke()
1077 int iDec = abs(pRuntime->ToInt32(params[0])); in AFPercent_Format()
1078 int iSepStyle = ValidStyleOrZero(pRuntime->ToInt32(params[1])); in AFPercent_Format()
1275 WithinBoundsOrZero(pRuntime->ToInt32(params[0]), FX_ArraySize(cFormats)); in AFDate_Format()
1304 WithinBoundsOrZero(pRuntime->ToInt32(params[0]), FX_ArraySize(cFormats)); in AFDate_Keystroke()
1321 WithinBoundsOrZero(pRuntime->ToInt32(params[0]), FX_ArraySize(cFormats)); in AFTime_Format()
1337 WithinBoundsOrZero(pRuntime->ToInt32(params[0]), FX_ArraySize(cFormats)); in AFTime_Keystroke()
1369 switch (pRuntime->ToInt32(params[0])) { in AFSpecial_Format()
1483 switch (pRuntime->ToInt32(params[0])) { in AFSpecial_Keystroke()