(3b73bc463db1407096941239170040a2692ecdac)
#include <QtCore/qstring.h>
#include <QtCore/qendian.h>
#include <QtCore/qstringconverter.h>
#include <QtCore/private/qglobal_p.h>
Go to the source code of this file.
|
template<typename Traits, typename OutputPtr, typename InputPtr> |
int | QUtf8Functions::toUtf8 (char16_t u, OutputPtr &dst, InputPtr &src, InputPtr end) |
|
bool | QUtf8Functions::isContinuationByte (uchar b) |
|
template<typename Traits, typename OutputPtr, typename InputPtr> |
qsizetype | QUtf8Functions::fromUtf8 (uchar b, OutputPtr &dst, InputPtr &src, InputPtr end) |
|
◆ DataEndianness
◆ qchar8_t