Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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(char *dst, QStringView in) noexceptQUtf8static
convertFromUnicode(QStringView in)QUtf8static
convertFromUnicode(QStringView in, QStringConverter::State *state)QUtf8static
convertFromUnicode(char *out, QStringView in, QStringConverter::State *state)QUtf8static
convertFromUnicode(char *out, QStringView in, OnErrorLambda &&onError) noexceptQUtf8
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
convertToUnicode(char16_t *dst, QByteArrayView in, OnErrorLambda &&onError) noexceptQUtf8
isValidUtf8(QByteArrayView in)QUtf8static