Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_publicmethods.cpp1087 int iNegative = 0; in AFPercent_Format() local
1088 strValue = fcvt(dValue, iDec, &iDec2, &iNegative); in AFPercent_Format()
1091 strValue = fcvt(dValue, iDec, &iDec2, &iNegative); in AFPercent_Format()
1128 if (iNegative) in AFPercent_Format()