Home
last modified time | relevance | path

Searched refs:SWLocale (Results 1 – 10 of 10) sorted by relevance

/dports/misc/sword/sword-1.8.1/src/mgr/
H A Dswlocale.cpp40 const char *SWLocale::DEFAULT_LOCALE_NAME="en";
44 class SWLocale::Private {
51 SWLocale::SWLocale(const char *ifilename) { in SWLocale() function in SWLocale
86 SWLocale::~SWLocale() { in ~SWLocale()
106 const char *SWLocale::translate(const char *text) { in translate()
145 const char *SWLocale::getName() { in getName()
150 const char *SWLocale::getDescription() { in getDescription()
155 const char *SWLocale::getEncoding() { in getEncoding()
160 void SWLocale::augment(SWLocale &addFrom) { in augment()
165 const struct abbrev *SWLocale::getBookAbbrevs(int *retSize) { in getBookAbbrevs()
H A Dlocalemgr.cpp67 SWLocale *locale = new SWLocale(0); in setSystemLocaleMgr()
137 stdstr(&defaultLocaleName, SWLocale::DEFAULT_LOCALE_NAME); in LocaleMgr()
173 SWLocale *locale = new SWLocale(newmodfile.c_str()); in loadConfigDir()
215 SWLocale *LocaleMgr::getLocale(const char *name) { in getLocale()
223 return (*locales)[SWLocale::DEFAULT_LOCALE_NAME]; in getLocale()
240 SWLocale *target; in translate()
/dports/misc/sword/sword-1.8.1/include/
H A Dswlocale.h40 class SWDLLEXPORT SWLocale {
57 SWLocale(const char *ifilename);
58 virtual ~SWLocale();
71 virtual void augment(SWLocale &addFrom);
72 virtual SWLocale & operator +=(SWLocale &addFrom) { augment(addFrom); return *this; }
H A Dlocalemgr.h35 class SWLocale; variable
38 typedef std::map < SWBuf, SWLocale *, std::less < SWBuf > > LocaleMap;
77 virtual SWLocale *getLocale(const char *name);
H A Dswkey.h72 class SWLocale; variable
83 SWLocale *locale;
95 mutable SWLocale *locale;
111 SWLocale *getPrivateLocale() const;
/dports/misc/sword/sword-1.8.1/bindings/swig/
H A Dswlocale.i5 %ignore sword::SWLocale::operator+=;
6 %ignore sword::SWLocale::getBookAbbrevs(int *);
10 %extend sword::SWLocale {
/dports/misc/sword/sword-1.8.1/bindings/swig/package/
H A Dswlocale.i5 %ignore sword::SWLocale::operator+=;
6 %ignore sword::SWLocale::getBookAbbrevs(int *);
10 %extend sword::SWLocale {
/dports/misc/sword/sword-1.8.1/src/keys/
H A Dswkey.cpp112 SWLocale *SWKey::getPrivateLocale() const { in getPrivateLocale()
/dports/misc/sword/sword-1.8.1/bindings/swig/vstudio/
H A DSwigSword.csproj64 <Compile Include="SWLocale.cs" />
/dports/misc/sword/sword-1.8.1/
H A DChangeLog1334 Added SWLocale and LocaleMgr classes to support localization