Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffdatetimeedit.cpp61 CXFA_LocaleValue lcValue = XFA_GetLocaleValue(m_pNode.Get()); in LoadWidget()
162 CXFA_LocaleValue lcValue = XFA_GetLocaleValue(m_pNode.Get()); in UpdateFWLData()
Dcxfa_ffnumericedit.cpp85 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(m_pNode.Get()); in OnValidate()
Dcxfa_widgetacc.cpp2372 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(GetNode()); in SetValue()
2404 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(GetNode()); in GetPictureContent()
2519 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(GetNode()); in GetValue()
2559 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(GetNode()); in GetNormalizeDataValue()
/external/pdfium/xfa/fxfa/parser/
Dxfa_utils.h26 CXFA_LocaleValue XFA_GetLocaleValue(CXFA_Node* pNode);
Dxfa_utils.cpp419 CXFA_LocaleValue XFA_GetLocaleValue(CXFA_Node* pNode) { in XFA_GetLocaleValue() function
Dcxfa_node.cpp1785 CXFA_LocaleValue lcValue = XFA_GetLocaleValue(this); in ProcessFormatTestValidate()