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
src_corelib_text_qstringconverter.cpp File Reference

(9e5df4ae5344374eaae0cbdaa526d4dd49ed3a13)

Go to the source code of this file.

Functions

 while (new_data_available())
 

Variables

QByteArray encodedString = "..."
 [0]
 
auto toUtf16 = QStringDecoder(QStringDecoder::Utf8)
 [1]
 
QString string = toUtf16(encodedString)
 [0]
 
auto fromUtf16 = QStringEncoder(QStringEncoder::Utf8)
 [2]
 
QByteArray encoded
 
auto data = toUtf16(encodedString)
 

Function Documentation

◆ while()

while ( new_data_available() )

Definition at line 22 of file src_corelib_text_qstringconverter.cpp.

References toUtf16.

Variable Documentation

◆ data

auto data = toUtf16(encodedString)
related

Definition at line 42 of file src_corelib_text_qstringconverter.cpp.

◆ encoded

◆ encodedString

QByteArray encodedString = "..."

[0]

Definition at line 5 of file src_corelib_text_qstringconverter.cpp.

◆ fromUtf16

◆ string

◆ toUtf16