(cabdea9665772f9f4148f4ce60fb128db2737c6e)
#include "qlocale.h"
#include <QtCore/qcalendar.h>
#include <QtCore/qlist.h>
#include <QtCore/qnumeric.h>
#include <QtCore/private/qnumeric_p.h>
#include <QtCore/qstring.h>
#include <QtCore/qvariant.h>
#include <QtCore/qvarlengtharray.h>
#include <limits>
#include <cmath>
#include <string_view>
Go to the source code of this file.
◆ ForEachQLocaleRange
#define ForEachQLocaleRange |
( |
| X | ) |
|
Value: X(startListPattern)
X(midListPattern)
X(endListPattern)
X(pairListPattern)
X(listDelimit) \
X(decimalSeparator)
X(groupDelim)
X(percent)
X(
zero)
X(minus)
X(plus)
X(exponential) \
X(quoteStart)
X(quoteEnd)
X(quoteStartAlternate)
X(quoteEndAlternate) \
X(longDateFormat)
X(shortDateFormat)
X(longTimeFormat)
X(shortTimeFormat) \
X(longDayNamesStandalone)
X(longDayNames) \
X(shortDayNamesStandalone)
X(shortDayNames) \
X(narrowDayNamesStandalone)
X(narrowDayNames) \
X(anteMeridiem)
X(postMeridiem) \
X(byteCount)
X(byteAmountSI)
X(byteAmountIEC) \
X(currencySymbol)
X(currencyDisplayName) \
X(currencyFormat)
X(currencyFormatNegative) \
X(endonymLanguage)
X(endonymTerritory)
Definition at line 471 of file qlocale_p.h.
◆ rangeGetter
#define rangeGetter |
( |
| name | ) |
|
Value: [[nodiscard]] DataRange
name()
const {
return { m_ ##
name ## _idx, m_ ##
name ## _size }; }
EGLImageKHR EGLint * name
Definition at line 485 of file qlocale_p.h.
◆ rangeIndex
#define rangeIndex |
( |
| name | ) |
|
◆ Size
◆ CharBuff
◆ ascii_isspace()
bool ascii_isspace |
( |
uchar | c | ) |
|
|
inlinenodiscardconstexprnoexcept |
◆ Q_DECLARE_TYPEINFO() [1/4]
◆ Q_DECLARE_TYPEINFO() [2/4]
◆ Q_DECLARE_TYPEINFO() [3/4]
◆ Q_DECLARE_TYPEINFO() [4/4]
◆ qt_readEscapedFormatString()
◆ qt_repeatCount()
Counts the number of identical leading characters in s.
If s is empty, returns 0.
Otherwise, returns the number of consecutive
{s.front()} characters at the start of s.
qsizetype qt_repeatCount(QStringView s) noexcept
Definition at line 762 of file qlocale.cpp.
◆ qt_splitLocaleName()