#include <TQtSymbolCodec.h>
Public Member Functions | |
virtual int | mibEnum () const |
QByteArray | name () const |
const char * | mimeName () const |
QByteArray | fromUnicode (const QString &uc, int &lenInOut) const |
virtual QByteArray | convertFromUnicode (const QChar *input, int number, ConverterState *state) const |
virtual QString | convertToUnicode (const char *chars, int len, ConverterState *state) const |
QString | toUnicode (const char *chars, int len) const |
int | heuristicContentMatch (const char *chars, int len) const |
This codec has the name "symbol".
Definition at line 20 of file TQtSymbolCodec.h.
int QSymbolCodec::mibEnum | ( | ) | const [virtual] |
Definition at line 109 of file TQtSymbolCodec.cxx.
QByteArray QSymbolCodec::name | ( | ) | const |
const char * QSymbolCodec::mimeName | ( | ) | const |
QByteArray QSymbolCodec::fromUnicode | ( | const QString & | uc, | |
int & | lenInOut | |||
) | const |
QByteArray QSymbolCodec::convertFromUnicode | ( | const QChar * | input, | |
int | number, | |||
ConverterState * | state | |||
) | const [virtual] |
QString QSymbolCodec::convertToUnicode | ( | const char * | chars, | |
int | len, | |||
ConverterState * | state | |||
) | const [virtual] |
QString QSymbolCodec::toUnicode | ( | const char * | chars, | |
int | len | |||
) | const |
Definition at line 131 of file TQtSymbolCodec.cxx.
References c, greek_symbol_to_unicode, i, TMVA::null(), and symbol_to_unicode.
Referenced by convertToUnicode().
int QSymbolCodec::heuristicContentMatch | ( | const char * | chars, | |
int | len | |||
) | const |