![]() |
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 <QtCore/QJniEnvironment>
#include <QtCore/QSet>
#include <QtCore/qjnitypes.h>
Go to the source code of this file.
Functions | |
QT_BEGIN_NAMESPACE | Q_DECLARE_JNI_CLASS (TimeZone, "java/util/TimeZone") |
Q_DECLARE_JNI_CLASS (Locale, "java/util/Locale") | |
Q_DECLARE_JNI_CLASS (Date, "java/util/Date") | |
static QString | getDisplayName (QJniObject zone, jint style, jboolean dst, const QLocale &locale) |
|
static |
Definition at line 50 of file qtimezoneprivate_android.cpp.
Q_DECLARE_JNI_CLASS | ( | Date | , |
"java/util/Date" | ) |
Q_DECLARE_JNI_CLASS | ( | Locale | , |
"java/util/Locale" | ) |
QT_BEGIN_NAMESPACE Q_DECLARE_JNI_CLASS | ( | TimeZone | , |
"java/util/TimeZone" | ) |