Qt 6.x
The Qt SDK
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 345 of file qstringconverter_p.h.

Member Function Documentation

◆ convertFromUnicode()

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

Definition at line 350 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 348 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: