![]() |
Qt 6.x
The Qt SDK
|
#include <qstringconverter_p.h>
Static Public Member Functions | |
static void | appendByte (uchar *&ptr, uchar b) |
static void | appendByte (qchar8_t *&ptr, qchar8_t b) |
static uchar | peekByte (const uchar *ptr, qsizetype n=0) |
static uchar | peekByte (const qchar8_t *ptr, qsizetype n=0) |
static qptrdiff | availableBytes (const uchar *ptr, const uchar *end) |
static qptrdiff | availableBytes (const qchar8_t *ptr, const qchar8_t *end) |
static void | advanceByte (const uchar *&ptr, qsizetype n=1) |
static void | advanceByte (const qchar8_t *&ptr, qsizetype n=1) |
static void | appendUtf16 (char16_t *&ptr, char16_t uc) |
static void | appendUcs4 (char16_t *&ptr, char32_t uc) |
static char16_t | peekUtf16 (const char16_t *ptr, qsizetype n=0) |
static qptrdiff | availableUtf16 (const char16_t *ptr, const char16_t *end) |
static void | advanceUtf16 (const char16_t *&ptr, qsizetype n=1) |
static void | appendUtf16 (char32_t *&ptr, char16_t uc) |
static void | appendUcs4 (char32_t *&ptr, char32_t uc) |
Static Public Attributes | |
static const bool | isTrusted = false |
static const bool | allowNonCharacters = true |
static const bool | skipAsciiHandling = false |
static const int | Error = -1 |
static const int | EndOfString = -2 |
Definition at line 58 of file qstringconverter_p.h.
Definition at line 87 of file qstringconverter_p.h.
References ptr().
Definition at line 84 of file qstringconverter_p.h.
References ptr().
Definition at line 104 of file qstringconverter_p.h.
References ptr().
Definition at line 69 of file qstringconverter_p.h.
References ptr().
Definition at line 66 of file qstringconverter_p.h.
References ptr().
|
inlinestatic |
Definition at line 93 of file qstringconverter_p.h.
References appendUtf16(), QChar::highSurrogate(), QChar::lowSurrogate(), and ptr().
|
inlinestatic |
Definition at line 109 of file qstringconverter_p.h.
References ptr().
|
inlinestatic |
Definition at line 90 of file qstringconverter_p.h.
References ptr().
Referenced by appendUcs4().
|
inlinestatic |
Definition at line 106 of file qstringconverter_p.h.
References ptr().
|
inlinestatic |
Definition at line 81 of file qstringconverter_p.h.
References ptr().
|
inlinestatic |
Definition at line 78 of file qstringconverter_p.h.
References ptr().
|
inlinestatic |
Definition at line 101 of file qstringconverter_p.h.
References ptr().
Definition at line 75 of file qstringconverter_p.h.
References ptr().
Definition at line 72 of file qstringconverter_p.h.
References ptr().
|
inlinestatic |
Definition at line 99 of file qstringconverter_p.h.
References ptr().
|
static |
Definition at line 61 of file qstringconverter_p.h.
|
static |
Definition at line 64 of file qstringconverter_p.h.
Referenced by QUtf8::convertFromUnicode(), and QUtf8::convertToUnicode().
|
static |
Definition at line 63 of file qstringconverter_p.h.
Referenced by QUtf8::convertFromUnicode(), and QUtf8::convertToUnicode().
|
static |
Definition at line 60 of file qstringconverter_p.h.
|
static |
Definition at line 62 of file qstringconverter_p.h.