|
Q_DECL_CONST_FUNCTION Q_CORE_EXPORT const Properties *QT_FASTCALL | QUnicodeTables::properties (char32_t ucs4) noexcept |
|
Q_DECL_CONST_FUNCTION Q_CORE_EXPORT const Properties *QT_FASTCALL | QUnicodeTables::properties (char16_t ucs2) noexcept |
|
Q_CORE_EXPORT GraphemeBreakClass QT_FASTCALL | QUnicodeTables::graphemeBreakClass (char32_t ucs4) noexcept |
|
GraphemeBreakClass | QUnicodeTables::graphemeBreakClass (QChar ch) noexcept |
|
Q_CORE_EXPORT WordBreakClass QT_FASTCALL | QUnicodeTables::wordBreakClass (char32_t ucs4) noexcept |
|
WordBreakClass | QUnicodeTables::wordBreakClass (QChar ch) noexcept |
|
Q_CORE_EXPORT SentenceBreakClass QT_FASTCALL | QUnicodeTables::sentenceBreakClass (char32_t ucs4) noexcept |
|
SentenceBreakClass | QUnicodeTables::sentenceBreakClass (QChar ch) noexcept |
|
Q_CORE_EXPORT LineBreakClass QT_FASTCALL | QUnicodeTables::lineBreakClass (char32_t ucs4) noexcept |
|
LineBreakClass | QUnicodeTables::lineBreakClass (QChar ch) noexcept |
|
Q_CORE_EXPORT IdnaStatus QT_FASTCALL | QUnicodeTables::idnaStatus (char32_t ucs4) noexcept |
|
IdnaStatus | QUnicodeTables::idnaStatus (QChar ch) noexcept |
|
Q_CORE_EXPORT QStringView QT_FASTCALL | QUnicodeTables::idnaMapping (char32_t ucs4) noexcept |
|
QStringView | QUnicodeTables::idnaMapping (QChar ch) noexcept |
|
Q_CORE_EXPORT EastAsianWidth QT_FASTCALL | QUnicodeTables::eastAsianWidth (char32_t ucs4) noexcept |
|
EastAsianWidth | QUnicodeTables::eastAsianWidth (QChar ch) noexcept |
|