Home
last modified time | relevance | path

Searched refs:msgIdCharset (Results 1 – 25 of 37) sorted by relevance

12

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/
H A Dtranslation.h217 const wxString& msgIdCharset);
H A Dintl.h268 const wxString& msgIdCharset);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/
H A Dintl.h273 const wxString& msgIdCharset);
H A Dtranslation.h208 const wxString& msgIdCharset);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/
H A Dintl.h268 const wxString& msgIdCharset);
H A Dtranslation.h217 const wxString& msgIdCharset);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dtranslation.cpp1228 wxString msgIdCharset = gs_msgIdCharset[domain]; in FillHash() local
1233 wxCSConv *sourceConv = msgIdCharset.empty() || (msgIdCharset == m_charset) in FillHash()
1235 : new wxCSConv(msgIdCharset); in FillHash()
1497 const wxString& msgIdCharset) in AddCatalog() argument
1499 gs_msgIdCharset[domain] = msgIdCharset; in AddCatalog()
H A Dintl.cpp1125 const wxString& msgIdCharset) in AddCatalog() argument
1131 wxUnusedVar(msgIdCharset); 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.cpp1228 wxString msgIdCharset = gs_msgIdCharset[domain]; in FillHash() local
1233 wxCSConv *sourceConv = msgIdCharset.empty() || (msgIdCharset == m_charset) in FillHash()
1235 : new wxCSConv(msgIdCharset); in FillHash()
1497 const wxString& msgIdCharset) in AddCatalog() argument
1499 gs_msgIdCharset[domain] = msgIdCharset; in AddCatalog()
H A Dintl.cpp1125 const wxString& msgIdCharset) in AddCatalog() argument
1131 wxUnusedVar(msgIdCharset); in AddCatalog()
1134 return t->AddCatalog(szDomain, msgIdLanguage, msgIdCharset); in AddCatalog()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dintl.cpp886 const wxString& msgIdCharset,
974 const wxChar *msgIdCharset = NULL, bool bConvertEncoding = false);
1273 const wxString& msgIdCharset, in FillHash() argument
1316 wxCSConv *sourceConv = msgIdCharset.empty() || (msgIdCharset == m_charset) in FillHash()
1318 : new wxCSConv(msgIdCharset); in FillHash()
1321 wxASSERT_MSG( msgIdCharset.empty(), in FillHash()
1438 const wxChar *msgIdCharset, bool bConvertEncoding) in Load() argument
1447 file.FillHash(m_messages, msgIdCharset, bConvertEncoding); in Load()
2813 const wxChar *msgIdCharset) in AddCatalog() argument
2818 if ( pMsgCat->Load(m_strShort, szDomain, msgIdCharset, m_bConvertEncoding) ) { in AddCatalog()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dintl.cpp886 const wxString& msgIdCharset,
974 const wxChar *msgIdCharset = NULL, bool bConvertEncoding = false);
1273 const wxString& msgIdCharset, in FillHash() argument
1316 wxCSConv *sourceConv = msgIdCharset.empty() || (msgIdCharset == m_charset) in FillHash()
1318 : new wxCSConv(msgIdCharset); in FillHash()
1321 wxASSERT_MSG( msgIdCharset.empty(), in FillHash()
1438 const wxChar *msgIdCharset, bool bConvertEncoding) in Load() argument
1447 file.FillHash(m_messages, msgIdCharset, bConvertEncoding); in Load()
2813 const wxChar *msgIdCharset) in AddCatalog() argument
2818 if ( pMsgCat->Load(m_strShort, szDomain, msgIdCharset, m_bConvertEncoding) ) { in AddCatalog()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dintl.cpp886 const wxString& msgIdCharset,
974 const wxChar *msgIdCharset = NULL, bool bConvertEncoding = false);
1273 const wxString& msgIdCharset, in FillHash() argument
1316 wxCSConv *sourceConv = msgIdCharset.empty() || (msgIdCharset == m_charset) in FillHash()
1318 : new wxCSConv(msgIdCharset); in FillHash()
1321 wxASSERT_MSG( msgIdCharset.empty(), in FillHash()
1438 const wxChar *msgIdCharset, bool bConvertEncoding) in Load() argument
1447 file.FillHash(m_messages, msgIdCharset, bConvertEncoding); in Load()
2813 const wxChar *msgIdCharset) in AddCatalog() argument
2818 if ( pMsgCat->Load(m_strShort, szDomain, msgIdCharset, m_bConvertEncoding) ) { in AddCatalog()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dintl.cpp886 const wxString& msgIdCharset,
974 const wxChar *msgIdCharset = NULL, bool bConvertEncoding = false);
1273 const wxString& msgIdCharset, in FillHash() argument
1316 wxCSConv *sourceConv = msgIdCharset.empty() || (msgIdCharset == m_charset) in FillHash()
1318 : new wxCSConv(msgIdCharset); in FillHash()
1321 wxASSERT_MSG( msgIdCharset.empty(), in FillHash()
1438 const wxChar *msgIdCharset, bool bConvertEncoding) in Load() argument
1447 file.FillHash(m_messages, msgIdCharset, bConvertEncoding); in Load()
2813 const wxChar *msgIdCharset) in AddCatalog() argument
2818 if ( pMsgCat->Load(m_strShort, szDomain, msgIdCharset, m_bConvertEncoding) ) { in AddCatalog()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dtranslation.cpp1276 wxString msgIdCharset = gs_msgIdCharset[domain]; in FillHash() local
1282 if ( !msgIdCharset.empty() && (msgIdCharset != m_charset) ) in FillHash()
1283 sourceConv.reset(new wxCSConv(msgIdCharset)); in FillHash()
1539 const wxString& msgIdCharset) in AddCatalog() argument
1541 gs_msgIdCharset[domain] = msgIdCharset; in AddCatalog()
H A Dintl.cpp1164 const wxString& msgIdCharset) in AddCatalog() argument
1170 wxUnusedVar(msgIdCharset); in AddCatalog()
1173 return t->AddCatalog(szDomain, msgIdLanguage, msgIdCharset); in AddCatalog()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dintl.h252 wxLanguage msgIdLanguage, const wxString& msgIdCharset);
H A Dtranslation.h149 const wxString& msgIdCharset);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dintl.h252 wxLanguage msgIdLanguage, const wxString& msgIdCharset);
H A Dtranslation.h149 const wxString& msgIdCharset);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dintl.h264 wxLanguage msgIdLanguage, const wxString& msgIdCharset);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_corewxLocale.cpp132 const ::wxString* msgIdCharset; in meth_wxLocale_AddCatalog() local
142 …, &domainState, sipType_wxLanguage, &msgIdLanguage, sipType_wxString,&msgIdCharset, &msgIdCharsetS… in meth_wxLocale_AddCatalog()
149 sipRes = sipCpp->AddCatalog(*domain,msgIdLanguage,*msgIdCharset); in meth_wxLocale_AddCatalog()
152 … sipReleaseType(const_cast< ::wxString *>(msgIdCharset),sipType_wxString,msgIdCharsetState); in meth_wxLocale_AddCatalog()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dintl.sip355 AddCatalog(domain, msgIdLanguage, msgIdCharset) -> bool
368 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