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

(ff3244867dbaaa914f219fe4a1fa24ca20a99320)

#include "private/qtparsetemporal_p.h"
#include "private/qcalendarmath_p.h"
#include "private/qlocale_p.h"
#include "private/qstringiterator_p.h"
#include "private/qttemporalpattern_p.h"
#include <algorithm>
#include <optional>
#include <utility>
#include <vector>
Include dependency graph for qtparsetemporal.cpp:

Go to the source code of this file.

Classes

struct  QT_BEGIN_NAMESPACE::PartialParse
class  QT_BEGIN_NAMESPACE::TemporalFieldMatcher

Namespaces

namespace  QT_BEGIN_NAMESPACE
 Combined button and popup list for selecting options.
namespace  QtParseTemporal

Functions

QLocaleData::DigitSequence QT_BEGIN_NAMESPACE::parseDigitSequence (QStringView text, qsizetype from, const QLocale &locale, bool allowSign)
std::vector< PartialParseQT_BEGIN_NAMESPACE::spacePadExtend (std::vector< PartialParse > &&matched, QStringView text)
QtParseCommon::ParsedText QT_BEGIN_NAMESPACE::matchesAt (QStringView text, qsizetype from, const QString &sought, TemporalFieldFlags flags)
bool QT_BEGIN_NAMESPACE::longerEarlier (const PartialParse &left, const PartialParse &right)
template<typename Action>
void QT_BEGIN_NAMESPACE::forEachLocaleFormat (TemporalFieldFlags flags, Action action)
ParsedTemporal QtParseTemporal::prefix (QStringView text, QSpan< const QtTemporalPattern::TemporalField > fields, const QLocale &locale, QCalendar cal, std::optional< int > baseYear, qsizetype from)