![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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/qtools_p.h>
#include <algorithm>
Go to the source code of this file.
Functions | |
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 bool | isEntryInIanaList (QByteArrayView id, QByteArrayView ianaIds) |
Definition at line 47 of file qtimezoneprivate.cpp.
|
constexprnoexcept |
Definition at line 52 of file qtimezoneprivate.cpp.
|
staticnoexcept |
Definition at line 57 of file qtimezoneprivate.cpp.
|
staticnoexcept |
Definition at line 38 of file qtimezoneprivate.cpp.
|
staticnoexcept |
Definition at line 62 of file qtimezoneprivate.cpp.
Definition at line 31 of file qtimezoneprivate.cpp.
|
static |
Definition at line 898 of file qtimezoneprivate.cpp.
|
static |
Definition at line 612 of file qtimezoneprivate.cpp.
|
static |
Definition at line 73 of file qtimezoneprivate.cpp.
References QtTimeZoneCldr::windowsDataTable.
|
static |
Definition at line 83 of file qtimezoneprivate.cpp.
References QtTimeZoneCldr::windowsDataTable.
Definition at line 67 of file qtimezoneprivate.cpp.
|
staticnoexcept |
Definition at line 102 of file qtimezoneprivate.cpp.
References QtTimeZoneCldr::zoneDataTable.