Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DPublicMethods.cpp1108 FX_BOOL bNagative = FALSE; in AFNumber_Format() local
1110 strValue = fcvt(dValue,iDec,&iDec2,&bNagative); in AFNumber_Format()
1114 strValue = fcvt(dValue,iDec,&iDec2,&bNagative); in AFNumber_Format()
1194 if (bNagative) in AFNumber_Format()
1451 FX_BOOL bNagative = FALSE; in AFPercent_Format() local
1452 strValue = fcvt(dValue,iDec,&iDec2,&bNagative); in AFPercent_Format()
1456 strValue = fcvt(dValue,iDec,&iDec2,&bNagative); in AFPercent_Format()
1515 if(bNagative) in AFPercent_Format()