![]() |
TSDuck v3.43-4480
MPEG Transport Stream Toolkit
|
This is the complete list of members for ts::ARIBCharset, including all inherited members.
| B24 | ts::ARIBCharset | static |
| canEncode(const UString &str, size_t start=0, size_t count=NPOS) const override | ts::ARIBCharset | virtual |
| Charset(const UChar *name=nullptr) | ts::Charset | explicitprotected |
| Charset(std::initializer_list< const UChar * > names) | ts::Charset | explicitprotected |
| decode(UString &str, const uint8_t *data, size_t size) const override | ts::ARIBCharset | virtual |
| decoded(const uint8_t *data, size_t size) const | ts::Charset | |
| decodedWithByteLength(const uint8_t *&data, size_t &size) const | ts::Charset | |
| decodeWithByteLength(UString &str, const uint8_t *&data, size_t &size) const | ts::Charset | |
| encode(uint8_t *&buffer, size_t &size, const UString &str, size_t start=0, size_t count=NPOS) const override | ts::ARIBCharset | virtual |
| encoded(const UString &str, size_t start=0, size_t count=NPOS) const | ts::Charset | |
| encodedWithByteLength(const UString &str, size_t start=0, size_t count=NPOS) const | ts::Charset | |
| encodeWithByteLength(uint8_t *&buffer, size_t &size, const UString &str, size_t start=0, size_t count=NPOS) const | ts::Charset | |
| GetAllNames() | ts::Charset | static |
| GetCharset(const UString &name) | ts::Charset | static |
| name() const | ts::Charset | inline |
| unregister() const | ts::Charset | virtual |
| ~Charset() | ts::Charset | virtual |