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
QLatin1 Struct Reference

#include <qstringconverter_p.h>

+ Collaboration diagram for QLatin1:

Static Public Member Functions

static char16_t * convertToUnicode (char16_t *dst, QLatin1StringView in) noexcept
 
static QCharconvertToUnicode (QChar *buffer, QLatin1StringView in) noexcept
 
static QCharconvertToUnicode (QChar *dst, QByteArrayView in, QStringConverterBase::State *state) noexcept
 
static char * convertFromUnicode (char *out, QStringView in, QStringConverter::State *state) noexcept
 
static char * convertFromUnicode (char *out, QStringView in) noexcept
 

Detailed Description

Definition at line 32 of file qstringconverter_p.h.

Member Function Documentation

◆ convertFromUnicode() [1/2]

char * QLatin1::convertFromUnicode ( char * out,
QStringView in )
staticnoexcept

Definition at line 5694 of file qstring.cpp.

References out, and qt_to_latin1().

+ Here is the call graph for this function:

◆ convertFromUnicode() [2/2]

char * QLatin1::convertFromUnicode ( char * out,
QStringView in,
QStringConverter::State * state )
staticnoexcept

◆ convertToUnicode() [1/3]

char16_t * QLatin1::convertToUnicode ( char16_t * dst,
QLatin1StringView in )
staticnoexcept

Definition at line 5687 of file qstring.cpp.

References out, and qt_from_latin1().

Referenced by convertToUnicode(), and convertToUnicode().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ convertToUnicode() [2/3]

static QChar * QLatin1::convertToUnicode ( QChar * buffer,
QLatin1StringView in )
inlinestaticnoexcept

Definition at line 37 of file qstringconverter_p.h.

References convertToUnicode().

+ Here is the call graph for this function:

◆ convertToUnicode() [3/3]

static QChar * QLatin1::convertToUnicode ( QChar * dst,
QByteArrayView in,
QStringConverterBase::State * state )
inlinestaticnoexcept

Definition at line 44 of file qstringconverter_p.h.

References convertToUnicode(), Q_ASSERT, and state.

+ Here is the call graph for this function:

The documentation for this struct was generated from the following files: