Searched refs:iDec (Results 1 – 1 of 1) sorted by relevance
926 int iDec = params[0].ToInt(); in AFNumber_Format() local933 if (iDec < 0) in AFNumber_Format()934 iDec = -iDec; in AFNumber_Format()946 if (iDec > 0) in AFNumber_Format()952 strValue = fcvt(dValue, iDec, &iDec2, &iNegative); in AFNumber_Format()955 strValue = fcvt(dValue, iDec, &iDec2, &iNegative); in AFNumber_Format()1223 int iDec = params[0].ToInt(); in AFPercent_Format() local1224 if (iDec < 0) in AFPercent_Format()1225 iDec = -iDec; in AFPercent_Format()1235 if (iDec > 0) in AFPercent_Format()[all …]