Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.h69 CXFA_LocaleMgr* GetLocalMgr();
Dcxfa_widgetdata.cpp1501 CXFA_LocaleMgr* pLocalMgr = m_pNode->GetDocument()->GetLocalMgr(); in SetValue()
1640 return m_pNode->GetDocument()->GetLocalMgr()->GetDefLocale(); in GetLocal()
1641 return m_pNode->GetDocument()->GetLocalMgr()->GetLocaleByName(wsLocaleName); in GetLocal()
1686 CXFA_LocaleMgr* pLocalMgr = m_pNode->GetDocument()->GetLocalMgr(); in GetValue()
1726 CXFA_LocaleMgr* pLocalMgr = GetNode()->GetDocument()->GetLocalMgr(); in GetNormalizeDataValue()
1789 CXFA_LocaleMgr* pLocalMgr = GetNode()->GetDocument()->GetLocalMgr(); in GetFormatDataValue()
Dcxfa_document.cpp293 CXFA_LocaleMgr* CXFA_Document::GetLocalMgr() { in GetLocalMgr() function in CXFA_Document
Dxfa_utils.cpp160 pWidgetData->GetNode()->GetDocument()->GetLocalMgr()); in XFA_GetLocaleValue()
Dcxfa_node.cpp890 wsLocaleName = GetDocument()->GetLocalMgr()->GetConfigLocaleName(pConfig); in GetLocaleName()
897 IFX_Locale* pLocale = GetDocument()->GetLocalMgr()->GetDefLocale(); in GetLocaleName()
/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp1147 CXFA_LocaleMgr* pMgr = pDoc->GetLocalMgr(); in IsoTime2Num()
1556 CXFA_LocaleMgr* pMgr = pDoc->GetLocalMgr(); in Time2Num()
1929 CXFA_LocaleMgr* pMgr = pDoc->GetLocalMgr(); in Local2IsoDate()
1966 CXFA_LocaleMgr* pMgr = pDoc->GetLocalMgr(); in Local2IsoTime()
2005 CXFA_LocaleMgr* pMgr = pDoc->GetLocalMgr(); in IsoDate2Local()
2043 CXFA_LocaleMgr* pMgr = pDoc->GetLocalMgr(); in IsoTime2Local()
2082 CXFA_LocaleMgr* pMgr = pDoc->GetLocalMgr(); in GetGMTTime()
2203 pLocale = pDoc->GetLocalMgr()->GetLocaleByName( in GetLocalDateFormat()
2254 pLocale = pDoc->GetLocalMgr()->GetLocaleByName( in GetLocalTimeFormat()
3941 CXFA_LocaleMgr* pMgr = pDoc->GetLocalMgr(); in Format()
[all …]
/external/pdfium/xfa/fxfa/app/
Dxfa_fftextedit.cpp649 CXFA_LocaleValue date(XFA_VT_DATE, GetDoc()->GetXFADoc()->GetLocalMgr()); in OnSelectChanged()