Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/include/
Dfx_locale.h11 class IFX_FormatString; variable
101 class IFX_FormatString {
103 static IFX_FormatString* Create(IFX_LocaleMgr* pLocaleMgr, FX_BOOL bUseLCID);
105 virtual ~IFX_FormatString() {} in ~IFX_FormatString()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_localevalue.cpp106 IFX_FormatString* pFormat = IFX_FormatString::Create(m_pLocaleMgr, FALSE); in ValidateValue()
461 IFX_FormatString* pFormat = IFX_FormatString::Create(m_pLocaleMgr, FALSE); in FormatPatterns()
485 IFX_FormatString* pFormat = IFX_FormatString::Create(m_pLocaleMgr, FALSE); in FormatSinglePattern()
814 IFX_FormatString* pFormat = IFX_FormatString::Create(m_pLocaleMgr, FALSE); in ParsePatternValue()
/external/pdfium/xfa/src/fgas/src/localization/
Dfx_localeimp.h42 class CFX_FormatString : public IFX_FormatString {
Dfx_locale.cpp544 IFX_FormatString* IFX_FormatString::Create(IFX_LocaleMgr* pLocaleMgr, in Create()