Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.h378 static int32_t ValueToInteger(CFXJSE_Value* pThis, CFXJSE_Value* pValue);
Dcfxjse_formcalc_context.cpp3754 int32_t count = std::max(0, ValueToInteger(pThis, argTwo.get())); in Left()
4044 int32_t count = std::max(0, ValueToInteger(pThis, argTwo.get())); in Right()
4083 int32_t count = std::max(0, ValueToInteger(pThis, argOne.get())); in Space()
4288 size_t iStart = std::max(ValueToInteger(pThis, start_value.get()), 1) - 1; in Substr()
4295 size_t iCount = std::max(ValueToInteger(pThis, end_value.get()), 0); in Substr()
5547 int32_t CFXJSE_FormCalcContext::ValueToInteger(CFXJSE_Value* pThis, in ValueToInteger() function in CFXJSE_FormCalcContext
5561 return ValueToInteger(pThis, newPropertyValue.get()); in ValueToInteger()
5566 return ValueToInteger(pThis, newPropertyValue.get()); in ValueToInteger()
5571 return ValueToInteger(pThis, newPropertyValue.get()); in ValueToInteger()
5747 iIndexValue = ValueToInteger(pThis, args.GetValue(4).get()); in DotAccessorCommon()