Searched refs:m_locale (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/aLinkCreator/src/
H A Dalc.cpp52 m_locale.Init();
53 m_locale.AddCatalog(wxT(PACKAGE));
H A Dalc.h50 wxLocale m_locale; // Used to tell wxCas to use aMule catalog member in class:alc
H A Dalcc.h69 wxLocale m_locale; // Used to tell wxCas to use aMule catalog member in class:alcc
H A Dalcc.cpp53 m_locale.Init();
54 m_locale.AddCatalog(wxT(PACKAGE));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/src/
H A Dwxcas.h52 wxLocale m_locale; // Used to tell wxCas to use aMule catalog member in class:WxCas
H A Dwxcas.cpp62 m_locale.Init();
63 m_locale.AddCatalog( wxT( PACKAGE ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/internat/
H A Dinternat.cpp50 wxLocale m_locale; // locale we'll be using member in class:MyApp
57 MyFrame(wxLocale& m_locale);
72 wxLocale& m_locale; member in class:MyFrame
193 if ( !m_locale.Init(langIds[lng], wxLOCALE_CONV_ENCODING) )
207 m_locale.AddCatalog(wxT("internat"));
216 m_locale.AddCatalog(_T("fileutils"));
221 MyFrame *frame = new MyFrame(m_locale);
263 m_locale(locale)
282 wxString locale = m_locale.GetLocale();
283 wxString sysname = m_locale
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Ddbbrowse.h43 wxLocale m_locale; // locale we'll be using and language support - MUST be here ! member in class:MainApp
H A Ddbbrowse.cpp143 if (!m_locale.Init(language, langid, language)) // Don't do this for english (std)
153 m_locale.AddCatalog(Temp0.c_str());
154 m_locale.AddCatalog(_T("help"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DExternalConnector.cpp205 m_locale(NULL),
215 delete m_locale;
592 if (m_locale) {
593 delete m_locale;
595 m_locale = new wxLocale;
596 InitLocale(*m_locale, StrLang2wx(language));
599 return m_locale == NULL ? wxString() : m_locale->GetCanonicalName();
H A DExternalConnector.h186 wxLocale * m_locale; member in class:CaMuleExternalConnector
H A Damule.h266 wxLocale m_locale; member in class:CamuleApp
H A Damule-remote-gui.h737 wxLocale m_locale; member in class:CamuleRemoteGuiApp
H A Damule.cpp1029 InitLocale(m_locale, StrLang2wx(thePrefs::GetLanguageID()));
1030 if (!m_locale.IsOk()) {
H A DPreferences.cpp768 InitLocale(tmpLocale, theApp->m_locale.GetLanguage());
H A Damule-remote-gui.cpp265 InitLocale(m_locale, StrLang2wx(thePrefs::GetLanguageID()));

Completed in 95 milliseconds