Lines Matching refs:iMax
1132 int iMax = strValue.GetLength(); in AFNumber_Format() local
1133 if (iDec2 > iMax) in AFNumber_Format()
1135 for (int iNum = 0;iNum <= iDec2 - iMax ;iNum++) in AFNumber_Format()
1139 iMax = iDec2+1; in AFNumber_Format()
1143 if (iDec2 < iMax) in AFNumber_Format()
1148 iMax++; in AFNumber_Format()
1153 iMax++; in AFNumber_Format()
1174 iMax++; in AFNumber_Format()
1468 int iMax = strValue.GetLength(); in AFPercent_Format() local
1469 if (iDec2 > iMax) in AFPercent_Format()
1471 for (int iNum = 0; iNum <= iDec2 - iMax; iNum++) in AFPercent_Format()
1475 iMax = iDec2+1; in AFPercent_Format()
1479 if (iDec2 < iMax) in AFPercent_Format()
1484 iMax++; in AFPercent_Format()
1489 iMax++; in AFPercent_Format()
1510 iMax++; in AFPercent_Format()