Searched refs:IFX_FormatString (Results 1 – 4 of 4) sorted by relevance
11 class IFX_FormatString; variable101 class IFX_FormatString {103 static IFX_FormatString* Create(IFX_LocaleMgr* pLocaleMgr, FX_BOOL bUseLCID);105 virtual ~IFX_FormatString() {} in ~IFX_FormatString()
106 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()
42 class CFX_FormatString : public IFX_FormatString {
544 IFX_FormatString* IFX_FormatString::Create(IFX_LocaleMgr* pLocaleMgr, in Create()