|
static bool | simdEncodeAscii (uchar *, const char16_t *, const char16_t *, const char16_t *) |
|
static bool | simdDecodeAscii (char16_t *, const uchar *, const uchar *, const uchar *) |
|
static const uchar * | simdFindNonAscii (const uchar *src, const uchar *end, const uchar *&nextAscii) |
|
static void | simdCompareAscii (const qchar8_t *&, const qchar8_t *, const char16_t *&, const char16_t *) |
|
static QChar * | fromUtf16 (QChar *out, QByteArrayView in, QStringConverter::State *state) |
|
static char * | toUtf16 (char *out, QStringView in, QStringConverter::State *state) |
|
static QChar * | fromUtf16BE (QChar *out, QByteArrayView in, QStringConverter::State *state) |
|
static char * | toUtf16BE (char *out, QStringView in, QStringConverter::State *state) |
|
static QChar * | fromUtf16LE (QChar *out, QByteArrayView in, QStringConverter::State *state) |
|
static char * | toUtf16LE (char *out, QStringView in, QStringConverter::State *state) |
|
static QChar * | fromUtf32 (QChar *out, QByteArrayView in, QStringConverter::State *state) |
|
static char * | toUtf32 (char *out, QStringView in, QStringConverter::State *state) |
|
static QChar * | fromUtf32BE (QChar *out, QByteArrayView in, QStringConverter::State *state) |
|
static char * | toUtf32BE (char *out, QStringView in, QStringConverter::State *state) |
|
static QChar * | fromUtf32LE (QChar *out, QByteArrayView in, QStringConverter::State *state) |
|
static char * | toUtf32LE (char *out, QStringView in, QStringConverter::State *state) |
|
static QChar * | fromLocal8Bit (QChar *out, QByteArrayView in, QStringConverter::State *state) |
|
static char * | toLocal8Bit (char *out, QStringView in, QStringConverter::State *state) |
|
static qsizetype | fromUtf8Len (qsizetype l) |
|
static qsizetype | toUtf8Len (qsizetype l) |
|
static qsizetype | fromUtf16Len (qsizetype l) |
|
static qsizetype | toUtf16Len (qsizetype l) |
|
static qsizetype | fromUtf32Len (qsizetype l) |
|
static qsizetype | toUtf32Len (qsizetype l) |
|
static qsizetype | fromLatin1Len (qsizetype l) |
|
static qsizetype | toLatin1Len (qsizetype l) |
|
template<typename Char > |
static bool | nameMatch_impl_impl (const char *a, const Char *b, const Char *b_end) |
|
static bool | nameMatch_impl (const char *a, QLatin1StringView b) |
|
static bool | nameMatch_impl (const char *a, QUtf8StringView b) |
|
static bool | nameMatch_impl (const char *a, QStringView b) |
|
static bool | nameMatch (const char *a, QAnyStringView b) |
|
static QByteArray | parseHtmlMetaForEncoding (QByteArrayView data) |
|
static qsizetype | availableCodecCount () |
|