Searched refs:pLocaleMgr (Results 1 – 6 of 6) sorted by relevance
17 CFX_LocaleMgr* pLocaleMgr = new CFX_LocaleMgr(wDefaultLCID); in FX_LocaleMgr_Create() local43 if (pLocaleMgr->m_lcid2xml.GetValueAt((void*)(uintptr_t)dwLCID)) { in FX_LocaleMgr_Create()46 pLocaleMgr->m_lcid2xml.SetAt((void*)(uintptr_t)dwLCID, pXmlLocale); in FX_LocaleMgr_Create()54 return pLocaleMgr; in FX_LocaleMgr_Create()
44 CFX_FormatString(IFX_LocaleMgr* pLocaleMgr, FX_BOOL bUseLCID);
544 IFX_FormatString* IFX_FormatString::Create(IFX_LocaleMgr* pLocaleMgr, in Create() argument546 if (!pLocaleMgr) { in Create()549 return new CFX_FormatString(pLocaleMgr, bUseLCID); in Create()551 CFX_FormatString::CFX_FormatString(IFX_LocaleMgr* pLocaleMgr, FX_BOOL bUseLCID) in CFX_FormatString() argument552 : m_pLocaleMgr(pLocaleMgr), m_bUseLCID(bUseLCID) {} in CFX_FormatString()
25 CXFA_LocaleValue(FX_DWORD dwType, CXFA_LocaleMgr* pLocaleMgr);28 CXFA_LocaleMgr* pLocaleMgr);33 CXFA_LocaleMgr* pLocaleMgr);
45 CXFA_LocaleMgr* pLocaleMgr) { in CXFA_LocaleValue() argument48 m_pLocaleMgr = pLocaleMgr; in CXFA_LocaleValue()52 CXFA_LocaleMgr* pLocaleMgr) { in CXFA_LocaleValue() argument55 m_pLocaleMgr = pLocaleMgr; in CXFA_LocaleValue()62 CXFA_LocaleMgr* pLocaleMgr) { in CXFA_LocaleValue() argument63 m_pLocaleMgr = pLocaleMgr; in CXFA_LocaleValue()
103 static IFX_FormatString* Create(IFX_LocaleMgr* pLocaleMgr, FX_BOOL bUseLCID);