|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CConverterType, including all inherited members.
| CConverterType(const std::string &sourceCharset, const std::string &targetCharset, unsigned int targetSingleCharMaxLen=1) | CConverterType | |
| CConverterType(enum SpecialCharset sourceSpecialCharset, const std::string &targetCharset, unsigned int targetSingleCharMaxLen=1) | CConverterType | |
| CConverterType(const std::string &sourceCharset, enum SpecialCharset targetSpecialCharset, unsigned int targetSingleCharMaxLen=1) | CConverterType | |
| CConverterType(enum SpecialCharset sourceSpecialCharset, enum SpecialCharset targetSpecialCharset, unsigned int targetSingleCharMaxLen=1) | CConverterType | |
| CConverterType(const CConverterType &other) | CConverterType | |
| GetConverter(std::unique_lock< CCriticalSection > &converterLock) | CConverterType | |
| GetSourceCharset() const | CConverterType | inline |
| GetTargetCharset() const | CConverterType | inline |
| GetTargetSingleCharMaxLen(void) const | CConverterType | inline |
| ReinitTo(const std::string &sourceCharset, const std::string &targetCharset, unsigned int targetSingleCharMaxLen=1) | CConverterType | |
| Reset(void) | CConverterType | |
| ~CConverterType() | CConverterType |