|
| CConverterType (const std::string &sourceCharset, const std::string &targetCharset, unsigned int targetSingleCharMaxLen=1) |
|
| CConverterType (enum SpecialCharset sourceSpecialCharset, const std::string &targetCharset, unsigned int targetSingleCharMaxLen=1) |
|
| CConverterType (const std::string &sourceCharset, enum SpecialCharset targetSpecialCharset, unsigned int targetSingleCharMaxLen=1) |
|
| CConverterType (enum SpecialCharset sourceSpecialCharset, enum SpecialCharset targetSpecialCharset, unsigned int targetSingleCharMaxLen=1) |
|
| CConverterType (const CConverterType &other) |
|
iconv_t | GetConverter (std::unique_lock< CCriticalSection > &converterLock) |
|
void | Reset (void) |
|
void | ReinitTo (const std::string &sourceCharset, const std::string &targetCharset, unsigned int targetSingleCharMaxLen=1) |
|
std::string | GetSourceCharset (void) const |
|
std::string | GetTargetCharset (void) const |
|
unsigned int | GetTargetSingleCharMaxLen (void) const |
|
The documentation for this class was generated from the following file:
- xbmc/utils/CharsetConverter.cpp