Qt 4.8
|
#include <qstringbuilder.h>
Static Protected Functions | |
static void | convertFromAscii (const char *a, int len, QChar *&out) |
static void | convertFromAscii (char a, QChar *&out) |
static void | convertToAscii (const QChar *a, int len, char *&out) |
static void | convertToAscii (QChar a, char *&out) |
static void | convertToLatin1 (QChar a, char *&out) |
Definition at line 78 of file qstringbuilder.h.
|
staticprotected |
Definition at line 175 of file qstringbuilder.cpp.
Referenced by QConcatenable< char >::appendTo(), QConcatenable< char[N]>::appendTo(), QConcatenable< const char[N]>::appendTo(), QConcatenable< const char * >::appendTo(), and QConcatenable< QByteArray >::appendTo().
|
inlinestaticprotected |
Definition at line 83 of file qstringbuilder.h.
|
staticprotected |
Definition at line 197 of file qstringbuilder.cpp.
|
inlinestaticprotected |
Definition at line 93 of file qstringbuilder.h.
|
inlinestaticprotected |
Definition at line 103 of file qstringbuilder.h.
Referenced by convertToAscii().