Searched refs:wsLocaleName (Results 1 – 4 of 4) sorted by relevance
1196 LocaleIface* CXFA_LocaleMgr::GetLocaleByName(const WideString& wsLocaleName) { in GetLocaleByName() argument1199 if (pLocale->GetName() == wsLocaleName) in GetLocaleByName()1202 if (wsLocaleName.GetLength() < 2) in GetLocaleByName()1206 if (pLocale->GetName() == wsLocaleName) in GetLocaleByName()1210 std::unique_ptr<LocaleIface> pLocale(GetLocale(GetLanguage(wsLocaleName))); in GetLocaleByName()
26 LocaleIface* GetLocaleByName(const WideString& wsLocaleName) override;
1397 WideString wsLocaleName = in GetLocaleName() local1399 if (!wsLocaleName.IsEmpty()) in GetLocaleName()1400 return wsLocaleName; in GetLocaleName()
98 WideString wsLocaleName = GetXFANode()->GetLocaleName().value_or(L""); in locale() local99 pValue->SetString(wsLocaleName.ToUTF8().AsStringView()); in locale()