Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp274 int32_t iLength = FXJSE_Value_ToInteger(lengthValue); in Avg()
359 int32_t iLength = FXJSE_Value_ToInteger(lengthValue); in Count()
443 int32_t iLength = FXJSE_Value_ToInteger(lengthValue); in Max()
546 int32_t iLength = FXJSE_Value_ToInteger(lengthValue); in Min()
648 int32_t iLength = FXJSE_Value_ToInteger(lengthValue); in Mod()
677 int32_t iLength = FXJSE_Value_ToInteger(lengthValue); in Mod()
845 int32_t iLength = FXJSE_Value_ToInteger(lengthValue); in Sum()
3035 int32_t iLength = FXJSE_Value_ToInteger(lengthValue); in Choose()
3272 int32_t iLength = FXJSE_Value_ToInteger(lengthValue); in Ref()
5587 int32_t iLeftLength = FXJSE_Value_ToInteger(leftLengthValue); in assign_value_operator()
[all …]
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_eventpseudomodel.cpp38 iValue = FXJSE_Value_ToInteger(hValue); in Script_EventPseudoModel_InterProperty()
Dxfa_script_hostpseudomodel.cpp91 FXJSE_Value_ToInteger(hValue)); in Script_HostPseudoModel_CurrentPage()
Dxfa_object_imp.cpp1270 SetInteger(eAttribute, FXJSE_Value_ToInteger(hValue), TRUE); in Script_Attribute_Integer()
2153 int32_t iIndex = FXJSE_Value_ToInteger(hValue); in Script_Field_SelectedIndex()
2531 int32_t iTo = FXJSE_Value_ToInteger(hValue); in Script_Som_InstanceIndex()
3128 int32_t iDesired = FXJSE_Value_ToInteger(hValue); in Script_InstanceManager_Count()
3377 int32_t iMax = FXJSE_Value_ToInteger(hValue); in Script_Occur_Max()
3388 int32_t iMin = FXJSE_Value_ToInteger(hValue); in Script_Occur_Min()
/external/pdfium/xfa/include/fxjse/
Dfxjse.h116 int32_t FXJSE_Value_ToInteger(FXJSE_HVALUE hValue);
/external/pdfium/xfa/src/fxjse/src/
Dvalue.cpp74 int32_t FXJSE_Value_ToInteger(FXJSE_HVALUE hValue) { in FXJSE_Value_ToInteger() function