Searched refs:GetLocaleByName (Results 1 – 6 of 6) sorted by relevance
19 virtual LocaleIface* GetLocaleByName(const WideString& wsLCID) = 0;
988 pLocale = m_pLocaleMgr->GetLocaleByName(wsLCID); in GetNumericFormat()1601 *pLocale = m_pLocaleMgr->GetLocaleByName(wsLCID); in GetDateTimeFormat()
1129 : m_pDefLocale(GetLocaleByName(wsDeflcid)), in CXFA_LocaleMgr()1196 LocaleIface* CXFA_LocaleMgr::GetLocaleByName(const WideString& wsLocaleName) { in GetLocaleByName() function in CXFA_LocaleMgr
26 LocaleIface* GetLocaleByName(const WideString& wsLocaleName) override;
1373 return GetDocument()->GetLocaleMgr()->GetLocaleByName(localeName.value()); in GetLocale()
420 return pMgr->GetLocaleByName(WideString::FromUTF8(bsLocale)); in LocaleFromString()2366 pMgr->GetLocaleByName(WideString::FromUTF8(bsLocale.AsStringView())); in Time2Num()