![]() |
Qt 6.x
The Qt SDK
|
Definition at line 62 of file qlocale_win.cpp.
QSystemLocalePrivate::QSystemLocalePrivate | ( | ) |
Definition at line 123 of file qlocale_win.cpp.
QVariant QSystemLocalePrivate::amText | ( | ) |
Definition at line 523 of file qlocale_win.cpp.
References QString::fromWCharArray(), and output.
QVariant QSystemLocalePrivate::collation | ( | ) |
Definition at line 518 of file qlocale_win.cpp.
QVariant QSystemLocalePrivate::currencySymbol | ( | QLocale::CurrencySymbolFormat | format | ) |
Definition at line 553 of file qlocale_win.cpp.
References QLocale::CurrencyDisplayName, QLocale::CurrencyIsoCode, QLocale::CurrencySymbol, and QString::fromWCharArray().
QVariant QSystemLocalePrivate::dateFormat | ( | QLocale::FormatType | type | ) |
Definition at line 289 of file qlocale_win.cpp.
References QLocale::LongFormat, QLocale::NarrowFormat, QLocale::ShortFormat, and toString().
Referenced by dateTimeFormat().
QVariant QSystemLocalePrivate::dateTimeFormat | ( | QLocale::FormatType | type | ) |
Definition at line 315 of file qlocale_win.cpp.
References dateFormat(), timeFormat(), and toString().
QVariant QSystemLocalePrivate::dayName | ( | int | day, |
QLocale::FormatType | type | ||
) |
Definition at line 320 of file qlocale_win.cpp.
References LOCALE_SSHORTESTDAYNAME1, LOCALE_SSHORTESTDAYNAME2, LOCALE_SSHORTESTDAYNAME3, LOCALE_SSHORTESTDAYNAME4, LOCALE_SSHORTESTDAYNAME5, LOCALE_SSHORTESTDAYNAME6, LOCALE_SSHORTESTDAYNAME7, QLocale::LongFormat, and QLocale::NarrowFormat.
QVariant QSystemLocalePrivate::decimalPoint | ( | ) |
Definition at line 269 of file qlocale_win.cpp.
QVariant QSystemLocalePrivate::firstDayOfWeek | ( | ) |
Definition at line 543 of file qlocale_win.cpp.
References QString::fromWCharArray(), output, and QString::toUInt().
QVariant QSystemLocalePrivate::groupSeparator | ( | ) |
Definition at line 274 of file qlocale_win.cpp.
QVariant QSystemLocalePrivate::measurementSystem | ( | ) |
Definition at line 506 of file qlocale_win.cpp.
References QLocale::ImperialSystem, QLocale::MetricSystem, and output.
QVariant QSystemLocalePrivate::monthName | ( | int | month, |
QLocale::FormatType | type | ||
) |
Definition at line 372 of file qlocale_win.cpp.
References QString::fromWCharArray(), QLocale::LongFormat, and text.
QVariant QSystemLocalePrivate::nativeLanguageName | ( | ) |
Definition at line 701 of file qlocale_win.cpp.
References LOCALE_SNATIVELANGUAGENAME.
QVariant QSystemLocalePrivate::nativeTerritoryName | ( | ) |
Definition at line 706 of file qlocale_win.cpp.
References LOCALE_SNATIVECOUNTRYNAME.
QVariant QSystemLocalePrivate::negativeSign | ( | ) |
Definition at line 279 of file qlocale_win.cpp.
QVariant QSystemLocalePrivate::pmText | ( | ) |
Definition at line 533 of file qlocale_win.cpp.
References QString::fromWCharArray(), and output.
QVariant QSystemLocalePrivate::positiveSign | ( | ) |
Definition at line 284 of file qlocale_win.cpp.
QVariant QSystemLocalePrivate::standaloneMonthName | ( | int | month, |
QLocale::FormatType | type | ||
) |
Definition at line 350 of file qlocale_win.cpp.
References QLocale::LongFormat.
QVariant QSystemLocalePrivate::timeFormat | ( | QLocale::FormatType | type | ) |
Definition at line 302 of file qlocale_win.cpp.
References LOCALE_SSHORTTIME, QLocale::LongFormat, QLocale::NarrowFormat, QLocale::ShortFormat, and toString().
Referenced by dateTimeFormat().
QVariant QSystemLocalePrivate::toCurrencyString | ( | const QSystemLocale::CurrencyToStringArgument & | arg | ) |
Definition at line 582 of file qlocale_win.cpp.
References arg, QLocaleData::c(), QLocaleData::DFDecimal, QLocaleData::doubleToString(), QString::fromWCharArray(), QLocaleData::longLongToString(), QLocale::OmitGroupSeparator, out, QString::remove(), ret, QString::toInt(), QLocaleData::unsLongLongToString(), and QString::utf16().
QVariant QSystemLocalePrivate::toString | ( | const QDateTime & | dt, |
QLocale::FormatType | type | ||
) |
Definition at line 500 of file qlocale_win.cpp.
References QDateTime::date(), QDateTime::time(), QVariant::toString(), and toString().
QVariant QSystemLocalePrivate::toString | ( | QDate | date, |
QLocale::FormatType | type | ||
) |
Definition at line 446 of file qlocale_win.cpp.
References date, QDate::day(), QString::fromWCharArray(), QLocale::LongFormat, QDate::month(), Q_ASSERT, text, QDate::year(), and QGregorianCalendar::yearSharingWeekDays().
Referenced by dateFormat(), dateTimeFormat(), timeFormat(), and toString().
QVariant QSystemLocalePrivate::toString | ( | QTime | time, |
QLocale::FormatType | type | ||
) |
Definition at line 475 of file qlocale_win.cpp.
References QString::fromWCharArray(), QTime::hour(), LOCALE_SSHORTTIME, QTime::minute(), nullptr, QTime::second(), QLocale::ShortFormat, text, and time.
QVariant QSystemLocalePrivate::uiLanguages | ( | ) |
Definition at line 658 of file qlocale_win.cpp.
References QString::constData(), QString::fromStdString(), QString::fromWCharArray(), MUI_LANGUAGE_NAME, QT_CATCH, QT_TRY, QString::size(), and str.
void QSystemLocalePrivate::update | ( | ) |
Definition at line 712 of file qlocale_win.cpp.
References QString::resize().
QVariant QSystemLocalePrivate::zeroDigit | ( | ) |
Definition at line 249 of file qlocale_win.cpp.
References digits(), QString::fromWCharArray(), and QString::isEmpty().