Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QLocaleData::DataRange Struct Reference

#include <qlocale_p.h>

+ Collaboration diagram for QLocaleData::DataRange:

Public Types

using Index = quint32
 

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

Index offset
 
Index size
 

Detailed Description

Definition at line 410 of file qlocale_p.h.

Member Typedef Documentation

◆ Index

Definition at line 412 of file qlocale_p.h.

Member Function Documentation

◆ getData()

QString QLocaleData::DataRange::getData ( const char16_t * table) const
inlinenodiscard

Definition at line 415 of file qlocale_p.h.

◆ getListEntry()

QString QLocaleData::DataRange::getListEntry ( const char16_t * table,
qsizetype index ) const
inlinenodiscard

Definition at line 425 of file qlocale_p.h.

◆ ucsFirst()

char32_t QLocaleData::DataRange::ucsFirst ( const char16_t * table) const
inlinenodiscard

Definition at line 433 of file qlocale_p.h.

Referenced by QLocaleData::zeroUcs().

+ Here is the caller graph for this function:

◆ viewData()

QStringView QLocaleData::DataRange::viewData ( const char16_t * table) const
inlinenodiscard

Definition at line 421 of file qlocale_p.h.

◆ viewListEntry()

QStringView QLocaleData::DataRange::viewListEntry ( const char16_t * table,
qsizetype index ) const
inlinenodiscard

Definition at line 429 of file qlocale_p.h.

Member Data Documentation

◆ offset

◆ size

Index QLocaleData::DataRange::size

Definition at line 414 of file qlocale_p.h.


The documentation for this struct was generated from the following file: