![]() |
Qt 6.x
The Qt SDK
|
#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 22 of file qstringbuilder.h.
|
staticprotectednoexcept |
Definition at line 10045 of file qstring.cpp.
References out, and qt_from_latin1().
|
inlinestaticprotectednoexcept |
Definition at line 26 of file qstringbuilder.h.
References out.
Referenced by QConcatenable< char >::appendTo().
|
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.
References QUtf8::convertToUnicode(), and out.
Referenced by QConcatenable< const char * >::appendTo(), QConcatenable< const char[N]>::appendTo(), QConcatenable< QByteArray >::appendTo(), and QConcatenable< QByteArrayView >::appendTo().