Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtimezoneprivate_android.cpp File Reference

(fccf6cfdd2f32b15288984d11648ac51f338c62a)

#include "qtimezone.h"
#include "qtimezoneprivate_p.h"
#include <QtCore/QJniEnvironment>
#include <QtCore/QSet>
#include <QtCore/qjnitypes.h>
+ Include dependency graph for qtimezoneprivate_android.cpp:

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)
 

Function Documentation

◆ getDisplayName()

static QString getDisplayName ( QJniObject zone,
jint style,
jboolean dst,
const QLocale & locale )
static

Definition at line 58 of file qtimezoneprivate_android.cpp.

◆ Q_DECLARE_JNI_CLASS() [1/3]

Q_DECLARE_JNI_CLASS ( Date ,
"java/util/Date"  )

◆ Q_DECLARE_JNI_CLASS() [2/3]

Q_DECLARE_JNI_CLASS ( Locale ,
"java/util/Locale"  )

◆ Q_DECLARE_JNI_CLASS() [3/3]

QT_BEGIN_NAMESPACE Q_DECLARE_JNI_CLASS ( TimeZone ,
"java/util/TimeZone"  )