Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QUtf8 Member List

This is the complete list of members for QUtf8, including all inherited members.

compareUtf8(QByteArrayView utf8, QStringView utf16, Qt::CaseSensitivity cs=Qt::CaseSensitive) noexceptQUtf8static
compareUtf8(QByteArrayView utf8, QLatin1StringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive)QUtf8static
compareUtf8(QByteArrayView lhs, QByteArrayView rhs, Qt::CaseSensitivity cs=Qt::CaseSensitive) noexceptQUtf8static
convertFromLatin1(char *out, QLatin1StringView in)QUtf8static
convertFromUnicode(QStringView in)QUtf8static
convertFromUnicode(QStringView in, QStringConverterBase::State *state)QUtf8static
convertFromUnicode(char *out, QStringView in, QStringConverter::State *state)QUtf8static
convertToUnicode(QChar *buffer, QByteArrayView in) noexceptQUtf8inlinestatic
convertToUnicode(char16_t *dst, QByteArrayView in) noexceptQUtf8static
convertToUnicode(QByteArrayView in)QUtf8static
convertToUnicode(QByteArrayView in, QStringConverter::State *state)QUtf8static
convertToUnicode(QChar *out, QByteArrayView in, QStringConverter::State *state)QUtf8inlinestatic
convertToUnicode(char16_t *dst, QByteArrayView in, QStringConverter::State *state)QUtf8static
isValidUtf8(QByteArrayView in)QUtf8static