Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_localemgr.cpp1196 LocaleIface* CXFA_LocaleMgr::GetLocaleByName(const WideString& wsLocaleName) { in GetLocaleByName() argument
1199 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()
H A Dcxfa_localemgr.h26 LocaleIface* GetLocaleByName(const WideString& wsLocaleName) override;
H A Dcxfa_node.cpp1397 WideString wsLocaleName = in GetLocaleName() local
1399 if (!wsLocaleName.IsEmpty()) in GetLocaleName()
1400 return wsLocaleName; in GetLocaleName()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_localemgr.cpp1208 const WideString& wsLocaleName) { in GetLocaleByName() argument
1211 if (pLocale->GetName() == wsLocaleName) in GetLocaleByName()
1214 if (wsLocaleName.GetLength() < 2) in GetLocaleByName()
1219 if (pLocale->GetName() == wsLocaleName) in GetLocaleByName()
1223 CXFA_XMLLocale* pLocale = GetLocale(GetLanguage(wsLocaleName)); in GetLocaleByName()
H A Dcxfa_localemgr.h35 GCedLocaleIface* GetLocaleByName(const WideString& wsLocaleName) override;
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/parser/
H A Dxfa_localemgr.cpp1217 const CFX_WideString& wsLocaleName) { in GetLocaleByName() argument
1222 if (pLocale->GetName() == wsLocaleName) { in GetLocaleByName()
1226 int32_t iLen = wsLocaleName.GetLength(); in GetLocaleByName()
1233 if (pLocale->GetName() == wsLocaleName) { in GetLocaleByName()
1237 uint16_t dwLangueID = XFA_GetLanguage(wsLocaleName); in GetLocaleByName()
H A Dxfa_localemgr.h43 IFX_Locale* GetLocaleByName(const CFX_WideString& wsLocaleName) override;
H A Dcxfa_widgetdata.cpp1604 CFX_WideString wsLocaleName; in GetLocal() local
1605 if (!m_pNode->GetLocaleName(wsLocaleName)) in GetLocal()
1607 if (wsLocaleName == FX_WSTRC(L"ambient")) in GetLocal()
1609 return m_pNode->GetDocument()->GetLocalMgr()->GetLocaleByName(wsLocaleName); in GetLocal()
H A Dxfa_object_imp.cpp495 FX_BOOL CXFA_Node::GetLocaleName(CFX_WideString& wsLocaleName) { in GetLocaleName() argument
502 bLocale = pLocaleNode->TryCData(XFA_ATTRIBUTE_Locale, wsLocaleName, FALSE); in GetLocaleName()
510 wsLocaleName = GetDocument()->GetLocalMgr()->GetConfigLocaleName(pConfig); in GetLocaleName()
511 if (!wsLocaleName.IsEmpty()) in GetLocaleName()
514 pTopSubform->TryCData(XFA_ATTRIBUTE_Locale, wsLocaleName, FALSE)) { in GetLocaleName()
519 wsLocaleName = pLocale->GetName(); in GetLocaleName()
2498 CFX_WideString wsLocaleName; in Script_Subform_Locale() local
2499 GetLocaleName(wsLocaleName); in Script_Subform_Locale()
2501 FX_UTF8Encode(wsLocaleName.c_str(), wsLocaleName.GetLength()) in Script_Subform_Locale()
H A Dxfa_object.h319 FX_BOOL GetLocaleName(CFX_WideString& wsLocaleName);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxjs/xfa/
H A Dcjx_subform.cpp98 WideString wsLocaleName = GetXFANode()->GetLocaleName().value_or(L""); in locale() local
99 pValue->SetString(wsLocaleName.ToUTF8().AsStringView()); in locale()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxjs/xfa/
H A Dcjx_subform.cpp100 WideString wsLocaleName = GetXFANode()->GetLocaleName().value_or(L""); in locale() local
101 pValue->SetString(pIsolate, wsLocaleName.ToUTF8().AsStringView()); in locale()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fgas/localization/
H A Dfgas_locale.h92 virtual IFX_Locale* GetLocaleByName(const CFX_WideString& wsLocaleName) = 0;