Searched refs:m_lcid2locale (Results 1 – 2 of 2) sorted by relevance
58 FX_POSITION ps = m_lcid2locale.GetStartPosition(); in ~CFX_LocaleMgr()62 m_lcid2locale.GetNextAssoc(ps, plcid, (void*&)pLocale); in ~CFX_LocaleMgr()65 m_lcid2locale.RemoveAll(); in ~CFX_LocaleMgr()83 (IFX_Locale*)m_lcid2locale.GetValueAt((void*)(uintptr_t)lcid); in GetLocale()89 m_lcid2locale.SetAt((void*)(uintptr_t)lcid, pLocale); in GetLocale()
21 CFX_MapPtrToPtr m_lcid2locale; variable