(5a4a3b3f3a97c31633953f8913a2d87fe619e869)
#include "qtimezone.h"
#include "qtimezoneprivate_p.h"
#include "qtimezoneprivate_data_p.h"
#include <qdatastream.h>
#include <qdebug.h>
#include <qstring.h>
#include <private/qcalendarmath_p.h>
#include <private/qnumeric_p.h>
#include <private/qstringiterator_p.h>
#include <private/qtools_p.h>
#include <algorithm>
Go to the source code of this file.
|
constexpr bool | earlierZoneData (ZoneData less, ZoneData more) noexcept |
static bool | earlierWinData (WindowsData less, WindowsData more) noexcept |
constexpr bool | atLowerUtcOffset (UtcData entry, qint32 offsetSeconds) noexcept |
constexpr bool | atLowerWindowsKey (WindowsData entry, qint16 winIdKey) noexcept |
static bool | earlierAliasId (AliasData entry, QByteArrayView aliasId) noexcept |
static bool | earlierWindowsId (WindowsData entry, QByteArrayView winId) noexcept |
constexpr bool | zoneAtLowerWindowsKey (ZoneData entry, qint16 winIdKey) noexcept |
static quint16 | toWindowsIdKey (const QByteArray &winId) |
static QByteArray | toWindowsIdLiteral (quint16 windowsIdKey) |
static auto | zoneStartForWindowsId (quint16 windowsIdKey) noexcept |
static QList< QByteArray > | selectAvailable (QList< QByteArrayView > &&desired, const QList< QByteArray > &all) |
static QTimeZonePrivate::NamePrefixMatch | findUtcOffsetPrefix (QStringView text, const QLocale &locale) |
static bool | isEntryInIanaList (QByteArrayView id, QByteArrayView ianaIds) |
◆ atLowerUtcOffset()
◆ atLowerWindowsKey()
◆ earlierAliasId()
◆ earlierWinData()
◆ earlierWindowsId()
◆ earlierZoneData()
◆ findUtcOffsetPrefix()
◆ isEntryInIanaList()
◆ selectAvailable()
◆ toWindowsIdKey()
◆ toWindowsIdLiteral()
◆ zoneAtLowerWindowsKey()
◆ zoneStartForWindowsId()
auto zoneStartForWindowsId |
( |
quint16 | windowsIdKey | ) |
|
|
staticnoexcept |