KItinerary
timefinder.cpp
50 QRegularExpression(QStringLiteral("(?:(?<am>오전)|(?<pm>오후) ?)?(?<hour>\\d?\\d)시 ?(?<min>\\d?\\d)분")),
87 rxApMatch = rx.matchView(text, i, QRegularExpression::NormalMatch, QRegularExpression::AnchorAtOffsetMatchOption);
105 const bool isPm = !rxApMatch.capturedView(u"pm").isEmpty() || !rxTimeMatch.capturedView(u"pm").isEmpty();
106 const bool isAm = !rxApMatch.capturedView(u"am").isEmpty() || !rxTimeMatch.capturedView(u"am").isEmpty();
181 if ((*it).end + 1 == (*nextIt).begin && (*it).dateTime.userType() == QMetaType::QDate && (*nextIt).dateTime.userType() == QMetaType::QTime) {
Classes for reservation/travel data models, data extraction and data augmentation.
Definition berelement.h:17
KGuiItem find()
bool isDigit(char32_t ucs4)
bool isLetter(char32_t ucs4)
ShortFormat
QLocale c()
QTime
AnchorAtOffsetMatchOption
NormalMatch
qsizetype capturedEnd(QStringView name) const const
qsizetype capturedStart(QStringView name) const const
QStringView capturedView(QStringView name) const const
bool hasMatch() const const
bool isEmpty() const const
qsizetype size() const const
int toInt(bool *ok, int base) const const
CaseInsensitive
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:28:48 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:28:48 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.