Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp2865 CXFA_LocaleMgr* pLocalMgr = m_pNode->GetDocument()->GetLocalMgr(); in SetValue() local
2872 wsPicture, pLocale, pLocalMgr); in SetValue()
3149 CXFA_LocaleMgr* pLocalMgr = m_pNode->GetDocument()->GetLocalMgr(); in GetValue() local
3154 CXFA_LocaleValue date(XFA_VT_DATE, wsDate, pLocalMgr); in GetValue()
3164 CXFA_LocaleValue time(XFA_VT_TIME, wsTime, pLocalMgr); in GetValue()
3191 CXFA_LocaleMgr* pLocalMgr = GetNode()->GetDocument()->GetLocalMgr(); in GetNormalizeDataValue() local
3196 wsPicture, pLocale, pLocalMgr); in GetNormalizeDataValue()
3254 CXFA_LocaleMgr* pLocalMgr = GetNode()->GetDocument()->GetLocalMgr(); in GetFormatDataValue() local
3255 CXFA_LocaleValue widgetValue(iVTType, wsValue, pLocalMgr); in GetFormatDataValue()
3260 CXFA_LocaleValue date(XFA_VT_DATE, wsDate, pLocalMgr); in GetFormatDataValue()
[all …]