Home
last modified time | relevance | path

Searched refs:GetLocaleByName (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fgas/crt/
Dlocale_mgr_iface.h19 virtual LocaleIface* GetLocaleByName(const WideString& wsLCID) = 0;
Dcfgas_stringformatter.cpp988 pLocale = m_pLocaleMgr->GetLocaleByName(wsLCID); in GetNumericFormat()
1601 *pLocale = m_pLocaleMgr->GetLocaleByName(wsLCID); in GetDateTimeFormat()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localemgr.cpp1129 : m_pDefLocale(GetLocaleByName(wsDeflcid)), in CXFA_LocaleMgr()
1196 LocaleIface* CXFA_LocaleMgr::GetLocaleByName(const WideString& wsLocaleName) { in GetLocaleByName() function in CXFA_LocaleMgr
Dcxfa_localemgr.h26 LocaleIface* GetLocaleByName(const WideString& wsLocaleName) override;
Dcxfa_node.cpp1373 return GetDocument()->GetLocaleMgr()->GetLocaleByName(localeName.value()); in GetLocale()
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp420 return pMgr->GetLocaleByName(WideString::FromUTF8(bsLocale)); in LocaleFromString()
2366 pMgr->GetLocaleByName(WideString::FromUTF8(bsLocale.AsStringView())); in Time2Num()