Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/include/
Dfx_locale.h12 class IFX_LocaleMgr; variable
84 class IFX_LocaleMgr {
86 virtual ~IFX_LocaleMgr() {} in ~IFX_LocaleMgr()
93 IFX_LocaleMgr* FX_LocaleMgr_Create(const FX_WCHAR* pszLocalPath,
103 static IFX_FormatString* Create(IFX_LocaleMgr* pLocaleMgr, FX_BOOL bUseLCID);
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_localemgr.h11 class IFX_LocaleMgr; variable
28 class CXFA_LocaleMgr : public IFX_LocaleMgr {
/external/pdfium/xfa/src/fgas/src/localization/
Dfx_localeimp.h44 CFX_FormatString(IFX_LocaleMgr* pLocaleMgr, FX_BOOL bUseLCID);
113 IFX_LocaleMgr* m_pLocaleMgr;
Dfx_localemgr.h9 class CFX_LocaleMgr : public IFX_LocaleMgr {
Dfx_localemgr.cpp11 IFX_LocaleMgr* FX_LocaleMgr_Create(const FX_WCHAR* pszLocalPath, in FX_LocaleMgr_Create()
Dfx_locale.cpp544 IFX_FormatString* IFX_FormatString::Create(IFX_LocaleMgr* pLocaleMgr, in Create()
551 CFX_FormatString::CFX_FormatString(IFX_LocaleMgr* pLocaleMgr, FX_BOOL bUseLCID) in CFX_FormatString()
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp1070 IFX_LocaleMgr* pMgr = (IFX_LocaleMgr*)pDoc->GetLocalMgr(); in IsoTime2Num()
1549 IFX_LocaleMgr* pMgr = (IFX_LocaleMgr*)pDoc->GetLocalMgr(); in Time2Num()
1998 IFX_LocaleMgr* pMgr = (IFX_LocaleMgr*)pDoc->GetLocalMgr(); in Local2IsoDate()
2038 IFX_LocaleMgr* pMgr = (IFX_LocaleMgr*)pDoc->GetLocalMgr(); in Local2IsoTime()
2081 IFX_LocaleMgr* pMgr = (IFX_LocaleMgr*)pDoc->GetLocalMgr(); in IsoDate2Local()
2123 IFX_LocaleMgr* pMgr = (IFX_LocaleMgr*)pDoc->GetLocalMgr(); in IsoTime2Local()
2167 IFX_LocaleMgr* pMgr = (IFX_LocaleMgr*)pDoc->GetLocalMgr(); in GetGMTTime()
2352 IFX_LocaleMgr* pMgr = (IFX_LocaleMgr*)pDoc->GetLocalMgr(); in GetLocalDateFormat()
2407 IFX_LocaleMgr* pMgr = (IFX_LocaleMgr*)pDoc->GetLocalMgr(); in GetLocalTimeFormat()
4361 IFX_LocaleMgr* pMgr = (IFX_LocaleMgr*)pDoc->GetLocalMgr(); in Format()
[all …]