Searched refs:CFX_FormatString (Results 1 – 2 of 2) sorted by relevance
42 class CFX_FormatString : public IFX_FormatString {44 CFX_FormatString(IFX_LocaleMgr* pLocaleMgr, FX_BOOL bUseLCID);94 virtual ~CFX_FormatString();
549 return new CFX_FormatString(pLocaleMgr, bUseLCID); in Create()551 CFX_FormatString::CFX_FormatString(IFX_LocaleMgr* pLocaleMgr, FX_BOOL bUseLCID) in CFX_FormatString() function in CFX_FormatString553 CFX_FormatString::~CFX_FormatString() {} in ~CFX_FormatString()554 void CFX_FormatString::SplitFormatString(const CFX_WideString& wsFormatString, in SplitFormatString()663 FX_LOCALECATEGORY CFX_FormatString::GetCategory( in GetCategory()727 FX_WORD CFX_FormatString::GetLCID(const CFX_WideString& wsPattern) { in GetLCID()730 CFX_WideString CFX_FormatString::GetLocaleName( in GetLocaleName()750 IFX_Locale* CFX_FormatString::GetTextFormat(const CFX_WideString& wsPattern, in GetTextFormat()804 IFX_Locale* CFX_FormatString::GetNumericFormat(const CFX_WideString& wsPattern, in GetNumericFormat()931 FX_BOOL CFX_FormatString::ParseText(const CFX_WideString& wsSrcText, in ParseText()[all …]