Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_localemgr.cpp1122 CXFA_LocaleMgr::CXFA_LocaleMgr(CXFA_Node* pLocaleSet, CFX_WideString wsDeflcid) in CXFA_LocaleMgr() function in CXFA_LocaleMgr
1135 CXFA_LocaleMgr::~CXFA_LocaleMgr() { in ~CXFA_LocaleMgr()
1145 void CXFA_LocaleMgr::Release() { in Release()
1148 FX_WORD CXFA_LocaleMgr::GetDefLocaleID() { in GetDefLocaleID()
1151 IFX_Locale* CXFA_LocaleMgr::GetDefLocale() { in GetDefLocale()
1165 IFX_Locale* CXFA_LocaleMgr::GetLocale(FX_WORD lcid) { in GetLocale()
1217 IFX_Locale* CXFA_LocaleMgr::GetLocaleByName( in GetLocaleByName()
1245 void CXFA_LocaleMgr::SetDefLocale(IFX_Locale* pLocale) { in SetDefLocale()
1248 CFX_WideStringC CXFA_LocaleMgr::GetConfigLocaleName(CXFA_Node* pConfig) { in GetConfigLocaleName()
Dxfa_document_imp.cpp239 CXFA_LocaleMgr* CXFA_Document::GetLocalMgr() { in GetLocalMgr()
243 m_pLocalMgr = new CXFA_LocaleMgr( in GetLocalMgr()
Dxfa_localevalue.cpp45 CXFA_LocaleMgr* pLocaleMgr) { in CXFA_LocaleValue()
52 CXFA_LocaleMgr* pLocaleMgr) { in CXFA_LocaleValue()
62 CXFA_LocaleMgr* pLocaleMgr) { in CXFA_LocaleValue()
Dxfa_objectacc_imp.cpp2865 CXFA_LocaleMgr* pLocalMgr = m_pNode->GetDocument()->GetLocalMgr(); in SetValue()
3149 CXFA_LocaleMgr* pLocalMgr = m_pNode->GetDocument()->GetLocalMgr(); in GetValue()
3191 CXFA_LocaleMgr* pLocalMgr = GetNode()->GetDocument()->GetLocalMgr(); in GetNormalizeDataValue()
3254 CXFA_LocaleMgr* pLocalMgr = GetNode()->GetDocument()->GetLocalMgr(); in GetFormatDataValue()
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_localemgr.h12 class CXFA_LocaleMgr; variable
28 class CXFA_LocaleMgr : public IFX_LocaleMgr {
30 CXFA_LocaleMgr(CXFA_Node* pLocaleSet, CFX_WideString wsDeflcid);
36 ~CXFA_LocaleMgr();
Dfxfa_localevalue.h11 class CXFA_LocaleMgr; variable
25 CXFA_LocaleValue(FX_DWORD dwType, CXFA_LocaleMgr* pLocaleMgr);
28 CXFA_LocaleMgr* pLocaleMgr);
33 CXFA_LocaleMgr* pLocaleMgr);
101 CXFA_LocaleMgr* m_pLocaleMgr;
Dxfa_document.h154 CXFA_LocaleMgr* GetLocalMgr();
184 CXFA_LocaleMgr* m_pLocalMgr;
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp1082 (CXFA_LocaleMgr*)pMgr); in IsoTime2Num()
1572 wsFormat, pLocale, (CXFA_LocaleMgr*)pMgr); in Time2Num()
2022 pLocale, (CXFA_LocaleMgr*)pMgr); in Local2IsoDate()
2064 pLocale, (CXFA_LocaleMgr*)pMgr); in Local2IsoTime()
2105 (CXFA_LocaleMgr*)pMgr); in IsoDate2Local()
2149 (CXFA_LocaleMgr*)pMgr); in IsoTime2Local()
2193 (CXFA_LocaleMgr*)pMgr); in GetGMTTime()
4405 pLocale, (CXFA_LocaleMgr*)pMgr); in Format()
4419 (CXFA_LocaleMgr*)pMgr); in Format()
4588 (CXFA_LocaleMgr*)pMgr); in Parse()
[all …]