Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_localemgr.cpp1140 m_pDefLocale = GetLocaleByName(wsDeflcid); in CXFA_LocaleMgr()
1203 IFX_Locale* CXFA_LocaleMgr::GetLocaleByName(const WideString& wsLocaleName) { in GetLocaleByName() function in CXFA_LocaleMgr
Dcxfa_localemgr.h27 IFX_Locale* GetLocaleByName(const WideString& wsLocaleName);
Dcxfa_node.cpp624 return GetDocument()->GetLocalMgr()->GetLocaleByName(localeName.value()); in GetLocale()
/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.cpp1004 pLocale = m_pLocaleMgr->GetLocaleByName(wsLCID); in GetNumericFormat()
1608 *pLocale = m_pLocaleMgr->GetLocaleByName(wsLCID); in GetDateTimeFormat()
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp477 return pMgr->GetLocaleByName(WideString::FromUTF8(szLocale)); in LocaleFromString()
1648 pMgr->GetLocaleByName(WideString::FromUTF8(localString.AsStringView())); in Time2Num()