Lines Matching refs:argThree
2350 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Apr() local
2352 ValueIsNull(pThis, argThree.get())) { in Apr()
2359 FX_DOUBLE nPeriods = ValueToDouble(pThis, argThree.get()); in Apr()
2404 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in CTerm() local
2406 ValueIsNull(pThis, argThree.get())) { in CTerm()
2413 FX_FLOAT nInitAmount = ValueToFloat(pThis, argThree.get()); in CTerm()
2436 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in FV() local
2438 ValueIsNull(pThis, argThree.get())) { in FV()
2445 FX_DOUBLE nPeriod = ValueToDouble(pThis, argThree.get()); in FV()
2477 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in IPmt() local
2481 ValueIsNull(pThis, argThree.get()) || ValueIsNull(pThis, argFour.get()) || in IPmt()
2489 FX_FLOAT nPayment = ValueToFloat(pThis, argThree.get()); in IPmt()
2577 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Pmt() local
2579 ValueIsNull(pThis, argThree.get())) { in Pmt()
2586 FX_FLOAT nPeriods = ValueToFloat(pThis, argThree.get()); in Pmt()
2612 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in PPmt() local
2616 ValueIsNull(pThis, argThree.get()) || ValueIsNull(pThis, argFour.get()) || in PPmt()
2624 FX_FLOAT nPayment = ValueToFloat(pThis, argThree.get()); in PPmt()
2670 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in PV() local
2672 ValueIsNull(pThis, argThree.get())) { in PV()
2679 FX_DOUBLE nPeriod = ValueToDouble(pThis, argThree.get()); in PV()
2705 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Rate() local
2707 ValueIsNull(pThis, argThree.get())) { in Rate()
2714 FX_FLOAT nTotalNumber = ValueToFloat(pThis, argThree.get()); in Rate()
2737 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Term() local
2739 ValueIsNull(pThis, argThree.get())) { in Term()
2746 FX_FLOAT nFuture = ValueToFloat(pThis, argThree.get()); in Term()
4254 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Replace() local
4255 ValueToUTF8String(argThree.get(), threeString); in Replace()
4890 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Post() local
4891 ValueToUTF8String(argThree.get(), bsContentType); in Post()
4948 std::unique_ptr<CFXJSE_Value> argThree = GetSimpleValue(pThis, args, 2); in Put() local
4949 ValueToUTF8String(argThree.get(), bsEncode); in Put()