Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp2793 FX_BOOL CXFA_WidgetData::GetLeadDigits(int32_t& iLeadDigits) { in GetLeadDigits() argument
2796 return pChild->TryInteger(XFA_ATTRIBUTE_LeadDigits, iLeadDigits); in GetLeadDigits()
2799 iLeadDigits = -1; in GetLeadDigits()
2875 int32_t iLeadDigits = 0; in SetValue() local
2877 GetLeadDigits(iLeadDigits); in SetValue()
2879 wsNewText = XFA_NumericLimit(wsNewText, iLeadDigits, iFracDigits); in SetValue()
2886 int32_t iLeadDigits = 0; in SetValue() local
2888 GetLeadDigits(iLeadDigits); in SetValue()
2890 wsNewText = XFA_NumericLimit(wsNewText, iLeadDigits, iFracDigits); in SetValue()
Dxfa_object_imp.cpp1993 int32_t iLeadDigits = 0; in Script_Field_DefaultValue() local
1995 pWidgetData->GetLeadDigits(iLeadDigits); in Script_Field_DefaultValue()
1997 wsNewText = XFA_NumericLimit(wsNewText, iLeadDigits, iFracDigits); in Script_Field_DefaultValue()
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h727 FX_BOOL GetLeadDigits(int32_t& iLeadDigits);