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

(d13e9a1ae53ee53c4929bc88d578a02eec4b2dc4)

#include <private/qtimezonelocale_p.h>
#include <private/qtimezoneprivate_p.h>
#include <QtCore/qspan.h>
#include <private/qdatetime_p.h>
#include <private/qtools_p.h>
#include "qtimezonelocale_data_p.h"
#include "qtimezoneprivate_data_p.h"
Include dependency graph for qtimezonelocale.cpp:

Go to the source code of this file.

Namespaces

namespace  QtTimeZoneLocale

Macros

#define tableLookup(table, member, sought, test)
#define localeRows(table, member)

Functions

QList< QByteArrayViewQtTimeZoneLocale::ianaIdsForTerritory (QLocale::Territory territory)
QString QtTimeZoneLocale::zoneOffsetFormat (const QLocale &locale, qsizetype, QLocale::FormatType width, const QDateTime &when, int offsetSeconds)

Macro Definition Documentation

◆ localeRows

#define localeRows ( table,
member )
Value:
QSpan(table).first(nextData.member).sliced(locData.member)
GLenum GLenum GLsizei void * table
QSpan(It, EndOrSize) -> QSpan< std::remove_reference_t< q20::iter_reference_t< It > > >

◆ tableLookup

#define tableLookup ( table,
member,
sought,
test )
Value:
findTableEntryFor(QSpan(table).first(nextData.member).sliced(locData.member), sought, test)
GLint first