(f5d936642b18c5d06942171530a164499e4e9113)
#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) |
template<typename Traits = QUtf8BaseTraits> |
char32_t | QUtf8Functions::nextUcs4FromUtf8 (const qchar8_t *&src, const qchar8_t *end, char32_t errorChar=QChar::ReplacementCharacter) |
| wrapper around fromUtf8<Traits> to provide a simpler interface for a common case
|
◆ DataEndianness
◆ qchar8_t