Home
last modified time | relevance | path

Searched refs:iNegative (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/javascript/
DPublicMethods.cpp1034 int iNegative = 0; in AFPercent_Format() local
1035 strValue = fcvt(dValue, iDec, &iDec2, &iNegative); in AFPercent_Format()
1038 strValue = fcvt(dValue, iDec, &iDec2, &iNegative); in AFPercent_Format()
1082 if (iNegative) in AFPercent_Format()