Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qanystringviewutils_p.h File Reference

(3a27fc84a4bd690656dd34f6efecc361b06a4d54)

#include <QtCore/private/qjson_p.h>
#include <QtCore/qanystringview.h>
Include dependency graph for qanystringviewutils_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QAnyStringViewUtils

Functions

bool QAnyStringViewUtils::endsWith (QAnyStringView whole, QLatin1StringView part)
bool QAnyStringViewUtils::startsWith (QAnyStringView whole, QLatin1StringView part)
bool QAnyStringViewUtils::doesContain (QStringView whole, QLatin1Char part)
bool QAnyStringViewUtils::doesContain (QLatin1StringView whole, QLatin1Char part)
bool QAnyStringViewUtils::doesContain (QUtf8StringView whole, QLatin1Char part)
bool QAnyStringViewUtils::contains (QAnyStringView whole, QLatin1Char part)
qsizetype QAnyStringViewUtils::getLastIndexOf (QStringView whole, QLatin1StringView part)
qsizetype QAnyStringViewUtils::getLastIndexOf (QLatin1StringView whole, QLatin1StringView part)
qsizetype QAnyStringViewUtils::getLastIndexOf (QUtf8StringView whole, QLatin1StringView part)
qsizetype QAnyStringViewUtils::lastIndexOf (QAnyStringView whole, QLatin1StringView part)
int QAnyStringViewUtils::toInt (QUtf8StringView view)
int QAnyStringViewUtils::toInt (QLatin1StringView view)
int QAnyStringViewUtils::toInt (QStringView view)
int QAnyStringViewUtils::toInt (QAnyStringView string)
template<typename StringView>
QAnyStringView QAnyStringViewUtils::doTrimmed (StringView string)
QAnyStringView QAnyStringViewUtils::trimmed (QAnyStringView string)
template<typename StringView, typename Handler>
auto QAnyStringViewUtils::processAsUtf8 (StringView string, Handler &&handler)
QList< QAnyStringViewQAnyStringViewUtils::split (QAnyStringView source, QLatin1StringView sep)