Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_utils.h23 CXFA_LocaleValue XFA_GetLocaleValue(CXFA_Node* pNode);
Dxfa_utils.cpp378 CXFA_LocaleValue XFA_GetLocaleValue(CXFA_Node* pNode) { in XFA_GetLocaleValue() function
Dcxfa_node.cpp2515 CXFA_LocaleValue lcValue = XFA_GetLocaleValue(this); in ProcessFormatTestValidate()
4661 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in SetValue()
4689 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in GetPictureContent()
4802 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in GetValue()
4841 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in GetNormalizeDataValue()
/external/pdfium/xfa/fxfa/
Dcxfa_ffdatetimeedit.cpp66 CXFA_LocaleValue lcValue = XFA_GetLocaleValue(m_pNode.Get()); in LoadWidget()
166 CXFA_LocaleValue lcValue = XFA_GetLocaleValue(m_pNode.Get()); in UpdateFWLData()
Dcxfa_ffnumericedit.cpp86 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(m_pNode.Get()); in OnValidate()