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

#include <qstringconverter_p.h>

+ Collaboration diagram for QLocal8Bit:

Static Public Member Functions

static QString convertToUnicode (QByteArrayView in, QStringConverter::State *state)
 
static QByteArray convertFromUnicode (QStringView in, QStringConverter::State *state)
 

Detailed Description

Definition at line 354 of file qstringconverter_p.h.

Member Function Documentation

◆ convertFromUnicode()

static QByteArray QLocal8Bit::convertFromUnicode ( QStringView in,
QStringConverter::State * state )
inlinestatic

Definition at line 359 of file qstringconverter_p.h.

References QUtf8::convertFromUnicode(), and state.

Referenced by toLocal8Bit().

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

◆ convertToUnicode()

static QString QLocal8Bit::convertToUnicode ( QByteArrayView in,
QStringConverter::State * state )
inlinestatic

Definition at line 357 of file qstringconverter_p.h.

References QUtf8::convertToUnicode(), and state.

Referenced by fromLocal8Bit().

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

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