Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_localemgr.cpp1203 IFX_Locale* CXFA_LocaleMgr::GetLocaleByName(const WideString& wsLocaleName) { in GetLocaleByName() argument
1206 if (pLocale->GetName() == wsLocaleName) in GetLocaleByName()
1209 if (wsLocaleName.GetLength() < 2) in GetLocaleByName()
1213 if (pLocale->GetName() == wsLocaleName) in GetLocaleByName()
1217 std::unique_ptr<IFX_Locale> pLocale(GetLocale(XFA_GetLanguage(wsLocaleName))); in GetLocaleByName()
Dcxfa_localemgr.h27 IFX_Locale* GetLocaleByName(const WideString& wsLocaleName);
/external/pdfium/fxjs/xfa/
Dcjx_subform.cpp89 WideString wsLocaleName = GetXFANode()->GetLocaleName().value_or(L""); in locale() local
90 pValue->SetString(wsLocaleName.UTF8Encode().AsStringView()); in locale()