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

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

Completed in 86 milliseconds