Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp2655 FX_FLOAT nNumberOfMonths = 0; in IPmt() local
2671 nNumberOfMonths = HValueToFloat(hThis, argFive); in IPmt()
2673 (nFirstMonth < 0) || (nNumberOfMonths < 0)); in IPmt()
2684 int32_t iEnd = (int32_t)(nFirstMonth + nNumberOfMonths - 1); in IPmt()
2822 FX_FLOAT nNumberOfMonths = 0; in PPmt() local
2838 nNumberOfMonths = HValueToFloat(hThis, argFive); in PPmt()
2840 (nFirstMonth < 0) || (nNumberOfMonths < 0)); in PPmt()
2844 int32_t iEnd = (int32_t)(nFirstMonth + nNumberOfMonths - 1); in PPmt()