Home
last modified time | relevance | path

Searched refs:msgIdLanguage (Results 1 – 25 of 39) sorted by relevance

12

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/
H A Dtranslation.h113 wxString GetBestTranslation(const wxString& domain, wxLanguage msgIdLanguage);
137 const wxString& msgIdLanguage = "en");
189 bool AddCatalog(const wxString& domain, wxLanguage msgIdLanguage);
216 wxLanguage msgIdLanguage,
H A Dintl.h262 bool AddCatalog(const wxString& domain, wxLanguage msgIdLanguage);
267 bool AddCatalog(const wxString& domain, wxLanguage msgIdLanguage,
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/
H A Dtranslation.h113 wxString GetBestTranslation(const wxString& domain, wxLanguage msgIdLanguage);
137 const wxString& msgIdLanguage = "en");
180 wxLanguage msgIdLanguage = wxLANGUAGE_ENGLISH_US);
207 wxLanguage msgIdLanguage,
H A Dintl.h267 bool AddCatalog(const wxString& domain, wxLanguage msgIdLanguage);
272 bool AddCatalog(const wxString& domain, wxLanguage msgIdLanguage,
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/
H A Dtranslation.h113 wxString GetBestTranslation(const wxString& domain, wxLanguage msgIdLanguage);
137 const wxString& msgIdLanguage = "en");
189 bool AddCatalog(const wxString& domain, wxLanguage msgIdLanguage);
216 wxLanguage msgIdLanguage,
H A Dintl.h262 bool AddCatalog(const wxString& domain, wxLanguage msgIdLanguage);
267 bool AddCatalog(const wxString& domain, wxLanguage msgIdLanguage,
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dtranslation.sip64 wxLanguage msgIdLanguage
67 GetBestTranslation(domain, msgIdLanguage) -> String
68 GetBestTranslation(domain, msgIdLanguage="en") -> String
75 const wxString & msgIdLanguage = "en"
91 AddCatalog(domain, msgIdLanguage) -> bool
98 wxLanguage msgIdLanguage
H A Dintl.sip354 AddCatalog(domain, msgIdLanguage) -> bool
355 AddCatalog(domain, msgIdLanguage, msgIdCharset) -> bool
362 wxLanguage msgIdLanguage
367 wxLanguage msgIdLanguage,
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_corewxTranslations.cpp182 ::wxLanguage msgIdLanguage; in meth_wxTranslations_GetBestTranslation()
190 …Translations, &sipCpp, sipType_wxString,&domain, &domainState, sipType_wxLanguage, &msgIdLanguage)) in meth_wxTranslations_GetBestTranslation()
197 sipRes = new ::wxString(sipCpp->GetBestTranslation(*domain,msgIdLanguage)); in meth_wxTranslations_GetBestTranslation()
212 const ::wxString* msgIdLanguage = &msgIdLanguagedef; in meth_wxTranslations_GetBestTranslation() local
221 …s, &sipCpp, sipType_wxString,&domain, &domainState, sipType_wxString,&msgIdLanguage, &msgIdLanguag… in meth_wxTranslations_GetBestTranslation()
228 sipRes = new ::wxString(sipCpp->GetBestTranslation(*domain,*msgIdLanguage)); in meth_wxTranslations_GetBestTranslation()
231 … sipReleaseType(const_cast< ::wxString *>(msgIdLanguage),sipType_wxString,msgIdLanguageState); in meth_wxTranslations_GetBestTranslation()
325 ::wxLanguage msgIdLanguage; in meth_wxTranslations_AddCatalog()
333 …Translations, &sipCpp, sipType_wxString,&domain, &domainState, sipType_wxLanguage, &msgIdLanguage)) in meth_wxTranslations_AddCatalog()
340 sipRes = sipCpp->AddCatalog(*domain,msgIdLanguage); in meth_wxTranslations_AddCatalog()
H A Dsip_corewxLocale.cpp102 ::wxLanguage msgIdLanguage; in meth_wxLocale_AddCatalog()
110 …ype_wxLocale, &sipCpp, sipType_wxString,&domain, &domainState, sipType_wxLanguage, &msgIdLanguage)) in meth_wxLocale_AddCatalog()
117 sipRes = sipCpp->AddCatalog(*domain,msgIdLanguage); in meth_wxLocale_AddCatalog()
131 ::wxLanguage msgIdLanguage; in meth_wxLocale_AddCatalog()
142 …&sipCpp, sipType_wxString,&domain, &domainState, sipType_wxLanguage, &msgIdLanguage, sipType_wxStr… in meth_wxLocale_AddCatalog()
149 sipRes = sipCpp->AddCatalog(*domain,msgIdLanguage,*msgIdCharset); in meth_wxLocale_AddCatalog()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dtranslation.h135 wxString GetBestTranslation(const wxString& domain, wxLanguage msgIdLanguage);
137 const wxString& msgIdLanguage = "en");
145 bool AddCatalog(const wxString& domain, wxLanguage msgIdLanguage);
148 wxLanguage msgIdLanguage,
H A Dintl.h250 bool AddCatalog(const wxString& domain, wxLanguage msgIdLanguage);
252 wxLanguage msgIdLanguage, const wxString& msgIdCharset);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dtranslation.h135 wxString GetBestTranslation(const wxString& domain, wxLanguage msgIdLanguage);
137 const wxString& msgIdLanguage = "en");
145 bool AddCatalog(const wxString& domain, wxLanguage msgIdLanguage);
148 wxLanguage msgIdLanguage,
H A Dintl.h250 bool AddCatalog(const wxString& domain, wxLanguage msgIdLanguage);
252 wxLanguage msgIdLanguage, const wxString& msgIdCharset);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dtranslation.h153 wxString GetBestTranslation(const wxString& domain, wxLanguage msgIdLanguage);
155 const wxString& msgIdLanguage = wxASCII_STR("en"));
163 wxLanguage msgIdLanguage = wxLANGUAGE_ENGLISH_US);
166 wxLanguage msgIdLanguage,
H A Dintl.h262 bool AddCatalog(const wxString& domain, wxLanguage msgIdLanguage);
264 wxLanguage msgIdLanguage, const wxString& msgIdCharset);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dtranslation.cpp1496 wxLanguage msgIdLanguage, in AddCatalog() argument
1500 return AddCatalog(domain, msgIdLanguage); in AddCatalog()
1505 wxLanguage msgIdLanguage) in AddCatalog() argument
1507 const wxString msgIdLang = wxLocale::GetLanguageCanonicalName(msgIdLanguage); in AddCatalog()
1598 wxLanguage msgIdLanguage) in GetBestTranslation() argument
1600 const wxString lang = wxLocale::GetLanguageCanonicalName(msgIdLanguage); in GetBestTranslation()
1605 const wxString& msgIdLanguage) in GetBestTranslation() argument
1613 available.push_back(msgIdLanguage); in GetBestTranslation()
1614 available.push_back(msgIdLanguage.BeforeFirst('_')); in GetBestTranslation()
H A Dintl.cpp1114 bool wxLocale::AddCatalog(const wxString& domain, wxLanguage msgIdLanguage) in AddCatalog() argument
1119 return t->AddCatalog(domain, msgIdLanguage); in AddCatalog()
1124 wxLanguage msgIdLanguage, in AddCatalog() argument
1132 return t->AddCatalog(szDomain, msgIdLanguage); in AddCatalog()
1134 return t->AddCatalog(szDomain, msgIdLanguage, msgIdCharset); in AddCatalog()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dtranslation.cpp1496 wxLanguage msgIdLanguage, in AddCatalog() argument
1500 return AddCatalog(domain, msgIdLanguage); in AddCatalog()
1505 wxLanguage msgIdLanguage) in AddCatalog() argument
1507 const wxString msgIdLang = wxLocale::GetLanguageCanonicalName(msgIdLanguage); in AddCatalog()
1598 wxLanguage msgIdLanguage) in GetBestTranslation() argument
1600 const wxString lang = wxLocale::GetLanguageCanonicalName(msgIdLanguage); in GetBestTranslation()
1605 const wxString& msgIdLanguage) in GetBestTranslation() argument
1613 available.push_back(msgIdLanguage); in GetBestTranslation()
1614 available.push_back(msgIdLanguage.BeforeFirst('_')); in GetBestTranslation()
H A Dintl.cpp1114 bool wxLocale::AddCatalog(const wxString& domain, wxLanguage msgIdLanguage) in AddCatalog() argument
1119 return t->AddCatalog(domain, msgIdLanguage); in AddCatalog()
1124 wxLanguage msgIdLanguage, in AddCatalog() argument
1132 return t->AddCatalog(szDomain, msgIdLanguage); in AddCatalog()
1134 return t->AddCatalog(szDomain, msgIdLanguage, msgIdCharset); in AddCatalog()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dtranslation.cpp1538 wxLanguage msgIdLanguage, in AddCatalog() argument
1542 return AddCatalog(domain, msgIdLanguage); in AddCatalog()
1547 wxLanguage msgIdLanguage) in AddCatalog() argument
1549 const wxString msgIdLang = wxLocale::GetLanguageCanonicalName(msgIdLanguage); in AddCatalog()
1642 wxLanguage msgIdLanguage) in GetBestTranslation() argument
1644 const wxString lang = wxLocale::GetLanguageCanonicalName(msgIdLanguage); in GetBestTranslation()
1649 const wxString& msgIdLanguage) in GetBestTranslation() argument
1657 available.push_back(msgIdLanguage); in GetBestTranslation()
1658 available.push_back(msgIdLanguage.BeforeFirst('_')); in GetBestTranslation()
H A Dintl.cpp1153 bool wxLocale::AddCatalog(const wxString& domain, wxLanguage msgIdLanguage) in AddCatalog() argument
1158 return t->AddCatalog(domain, msgIdLanguage); in AddCatalog()
1163 wxLanguage msgIdLanguage, in AddCatalog() argument
1171 return t->AddCatalog(szDomain, msgIdLanguage); in AddCatalog()
1173 return t->AddCatalog(szDomain, msgIdLanguage, msgIdCharset); in AddCatalog()
/dports/editors/rehex/rehex-0.4.0/wxLua/bindings/wxwidgets/
H A Dwxbase_base.i1009 wxString GetBestTranslation(const wxString& domain, wxLanguage msgIdLanguage);
1011 const wxString& msgIdLanguage = "en");
1019 wxLanguage msgIdLanguage = wxLANGUAGE_ENGLISH_US);
1022 wxLanguage msgIdLanguage,
1535 … bool AddCatalog(const wxString& szDomain, wxLanguage msgIdLanguage, const wxString& msgIdCharset);
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dintl.h480 wxLanguage msgIdLanguage, const wxChar *msgIdCharset);
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dintl.h480 wxLanguage msgIdLanguage, const wxChar *msgIdCharset);

12