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

(185cba6e95a006d2548f20599f84390e5a3ad653)

#include <private/qtimezonelocale_p.h>
#include <private/qtimezoneprivate_p.h>
#include <QtCore/qspan.h>
#include <private/qdatetime_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)
 

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

◆ tableLookup

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