![]() |
Qt 6.x
The Qt SDK
|
#include <qlocale_p.h>
Collaboration diagram for QLocaleData::DataRange:Public Member Functions | |
| QString | getData (const char16_t *table) const |
| QStringView | viewData (const char16_t *table) const |
| QString | getListEntry (const char16_t *table, qsizetype index) const |
| QStringView | viewListEntry (const char16_t *table, qsizetype index) const |
| char32_t | ucsFirst (const char16_t *table) const |
Public Attributes | |
| quint16 | offset |
| quint16 | size |
Definition at line 382 of file qlocale_p.h.
|
inline |
Definition at line 386 of file qlocale_p.h.
References QString::fromRawData().
Referenced by getListEntry().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 396 of file qlocale_p.h.
References getData().
Here is the call graph for this function:
|
inline |
Definition at line 404 of file qlocale_p.h.
References QChar::isHighSurrogate(), QChar::isSurrogate(), offset, and QChar::surrogateToUcs4().
Here is the call graph for this function:
|
inline |
Definition at line 392 of file qlocale_p.h.
References offset.
Referenced by viewListEntry().
Here is the caller graph for this function:
|
inline |
Definition at line 400 of file qlocale_p.h.
References viewData().
Here is the call graph for this function:| quint16 QLocaleData::DataRange::offset |
Definition at line 384 of file qlocale_p.h.
Referenced by ucsFirst(), and viewData().
| quint16 QLocaleData::DataRange::size |
Definition at line 385 of file qlocale_p.h.