Searched refs:iNegative (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/fpdfsdk/src/javascript/ |
D | PublicMethods.cpp | 950 int iNegative = 0; in AFNumber_Format() local 952 strValue = fcvt(dValue, iDec, &iDec2, &iNegative); in AFNumber_Format() 955 strValue = fcvt(dValue, iDec, &iDec2, &iNegative); in AFNumber_Format() 1015 if (iNegative) { in AFNumber_Format() 1239 int iNegative = 0; in AFPercent_Format() local 1240 strValue = fcvt(dValue, iDec, &iDec2, &iNegative); in AFPercent_Format() 1243 strValue = fcvt(dValue, iDec, &iDec2, &iNegative); in AFPercent_Format() 1287 if (iNegative) in AFPercent_Format()
|