Qt 4.8
|
#include "qlocale_p.h"
#include "qlocale_tools_p.h"
#include "qstringlist.h"
#include "qvariant.h"
#include "qdatetime.h"
#include "private/qsystemlibrary_p.h"
#include "qdebug.h"
#include "qt_windows.h"
#include <time.h>
Go to the source code of this file.
Classes | |
struct | QSystemLocalePrivate |
struct | WindowsToISOListElt |
Macros | |
#define | LOCALE_SNATIVECOUNTRYNAME 0x00000008 |
#define | LOCALE_SNATIVELANGUAGENAME 0x00000004 |
#define | LOCALE_SSHORTESTDAYNAME1 0x0060 |
#define | LOCALE_SSHORTESTDAYNAME2 0x0061 |
#define | LOCALE_SSHORTESTDAYNAME3 0x0062 |
#define | LOCALE_SSHORTESTDAYNAME4 0x0063 |
#define | LOCALE_SSHORTESTDAYNAME5 0x0064 |
#define | LOCALE_SSHORTESTDAYNAME6 0x0065 |
#define | LOCALE_SSHORTESTDAYNAME7 0x0066 |
#define | MUI_LANGUAGE_NAME 0x8 |
Functions | |
static QByteArray | getWinLocaleName (LCID id=LOCALE_USER_DEFAULT) |
Q_CORE_EXPORT QLocale | qt_localeFromLCID (LCID id) |
static QString | winIso3116CtryName (LCID id=LOCALE_USER_DEFAULT) |
static QString | winIso639LangName (LCID id=LOCALE_USER_DEFAULT) |
static const char * | winLangCodeToIsoName (int code) |
Variables | |
static const int | windows_to_iso_count = sizeof(windows_to_iso_list)/sizeof(WindowsToISOListElt) |
static const WindowsToISOListElt | windows_to_iso_list [] |
#define LOCALE_SNATIVECOUNTRYNAME 0x00000008 |
Definition at line 83 of file qlocale_win.cpp.
Referenced by QSystemLocalePrivate::nativeCountryName().
#define LOCALE_SNATIVELANGUAGENAME 0x00000004 |
Definition at line 80 of file qlocale_win.cpp.
Referenced by QSystemLocalePrivate::nativeLanguageName().
#define LOCALE_SSHORTESTDAYNAME1 0x0060 |
Definition at line 71 of file qlocale_win.cpp.
Referenced by QSystemLocalePrivate::dayName().
#define LOCALE_SSHORTESTDAYNAME2 0x0061 |
Definition at line 72 of file qlocale_win.cpp.
Referenced by QSystemLocalePrivate::dayName().
#define LOCALE_SSHORTESTDAYNAME3 0x0062 |
Definition at line 73 of file qlocale_win.cpp.
Referenced by QSystemLocalePrivate::dayName().
#define LOCALE_SSHORTESTDAYNAME4 0x0063 |
Definition at line 74 of file qlocale_win.cpp.
Referenced by QSystemLocalePrivate::dayName().
#define LOCALE_SSHORTESTDAYNAME5 0x0064 |
Definition at line 75 of file qlocale_win.cpp.
Referenced by QSystemLocalePrivate::dayName().
#define LOCALE_SSHORTESTDAYNAME6 0x0065 |
Definition at line 76 of file qlocale_win.cpp.
Referenced by QSystemLocalePrivate::dayName().
#define LOCALE_SSHORTESTDAYNAME7 0x0066 |
Definition at line 77 of file qlocale_win.cpp.
Referenced by QSystemLocalePrivate::dayName().
#define MUI_LANGUAGE_NAME 0x8 |
Definition at line 68 of file qlocale_win.cpp.
Referenced by QSystemLocalePrivate::uiLanguages().
|
static |
Definition at line 949 of file qlocale_win.cpp.
Referenced by qt_localeFromLCID(), and QSystemLocalePrivate::winToQtFormat().
Q_CORE_EXPORT QLocale qt_localeFromLCID | ( | LCID | id | ) |
Definition at line 985 of file qlocale_win.cpp.
|
static |
Definition at line 938 of file qlocale_win.cpp.
Referenced by getWinLocaleName().
|
static |
Definition at line 901 of file qlocale_win.cpp.
Referenced by getWinLocaleName().
|
static |
Definition at line 872 of file qlocale_win.cpp.
Referenced by getWinLocaleName(), and QSystemLocalePrivate::uiLanguages().
|
static |
Definition at line 870 of file qlocale_win.cpp.
Referenced by winLangCodeToIsoName().
|
static |
Definition at line 758 of file qlocale_win.cpp.