Home
last modified time | relevance | path

Searched refs:GetLocale (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dxfa_localemgr.cpp1155 std::unique_ptr<IFX_Locale> locale(GetLocale(m_dwDeflcid)); in GetDefLocale()
1163 std::unique_ptr<IFX_Locale> CXFA_LocaleMgr::GetLocale(uint16_t lcid) { in GetLocale() function in CXFA_LocaleMgr
1214 std::unique_ptr<IFX_Locale> pLocale(GetLocale(dwLangueID)); in GetLocaleByName()
Dxfa_localemgr.h50 std::unique_ptr<IFX_Locale> GetLocale(uint16_t lcid) override;
/external/pdfium/xfa/fgas/localization/
Dfgas_locale.h92 virtual std::unique_ptr<IFX_Locale> GetLocale(uint16_t lcid) = 0;