![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qstringbuilder.h>
Static Protected Member Functions | |
static void | convertFromUtf8 (QByteArrayView in, QChar *&out) noexcept |
static void | convertFromAscii (char a, QChar *&out) noexcept |
static void | appendLatin1To (QLatin1StringView in, QChar *out) noexcept |
Definition at line 23 of file qstringbuilder.h.
|
staticprotectednoexcept |
Definition at line 10242 of file qstring.cpp.
|
inlinestaticprotectednoexcept |
Definition at line 27 of file qstringbuilder.h.
|
staticprotectednoexcept |
Converts the UTF-8 string viewed by in to UTF-16 and writes the result to the buffer starting at out.
Definition at line 112 of file qstringbuilder.cpp.