Qt 4.8
|
#include <qunicodetables_p.h>
Public Variables | |
signed short | caseFoldDiff: 16 |
ushort | caseFoldSpecial: 1 |
ushort | category: 8 |
ushort | combiningClass: 8 |
signed short | digitValue: 6 |
ushort | direction: 8 |
ushort | graphemeBreak: 8 |
ushort | joining: 2 |
ushort | line_break_class: 8 |
signed short | lowerCaseDiff: 16 |
ushort | lowerCaseSpecial: 1 |
signed short | mirrorDiff: 16 |
ushort | sentenceBreak: 8 |
signed short | titleCaseDiff: 16 |
ushort | titleCaseSpecial: 1 |
ushort | unicodeVersion: 4 |
signed short | upperCaseDiff: 16 |
ushort | upperCaseSpecial: 1 |
ushort | wordBreak: 8 |
Definition at line 68 of file qunicodetables_p.h.
signed short QUnicodeTables::Properties::caseFoldDiff |
Definition at line 84 of file qunicodetables_p.h.
Referenced by foldCase(), and QChar::toCaseFolded().
ushort QUnicodeTables::Properties::caseFoldSpecial |
Definition at line 79 of file qunicodetables_p.h.
ushort QUnicodeTables::Properties::category |
Definition at line 69 of file qunicodetables_p.h.
Referenced by QChar::category(), HB_GetUnicodeCharProperties(), and heuristicSetGlyphAttributes().
ushort QUnicodeTables::Properties::combiningClass |
Definition at line 72 of file qunicodetables_p.h.
Referenced by canonicalOrderHelper(), QChar::combiningClass(), composeHelper(), HB_GetUnicodeCharProperties(), and heuristicSetGlyphAttributes().
signed short QUnicodeTables::Properties::digitValue |
Definition at line 74 of file qunicodetables_p.h.
Referenced by QChar::digitValue().
ushort QUnicodeTables::Properties::direction |
Definition at line 71 of file qunicodetables_p.h.
Referenced by QChar::direction().
ushort QUnicodeTables::Properties::graphemeBreak |
Definition at line 85 of file qunicodetables_p.h.
Referenced by HB_GetGraphemeAndLineBreakClass(), and HB_GetGraphemeClass().
ushort QUnicodeTables::Properties::joining |
Definition at line 73 of file qunicodetables_p.h.
Referenced by QChar::joining().
ushort QUnicodeTables::Properties::line_break_class |
Definition at line 70 of file qunicodetables_p.h.
Referenced by HB_GetGraphemeAndLineBreakClass(), and QUnicodeTables::lineBreakClass().
signed short QUnicodeTables::Properties::lowerCaseDiff |
Definition at line 81 of file qunicodetables_p.h.
Referenced by QChar::toLower(), and QString::toLower().
ushort QUnicodeTables::Properties::lowerCaseSpecial |
Definition at line 76 of file qunicodetables_p.h.
Referenced by QChar::toLower(), and QString::toLower().
signed short QUnicodeTables::Properties::mirrorDiff |
Definition at line 80 of file qunicodetables_p.h.
Referenced by QChar::hasMirrored(), and QChar::mirroredChar().
ushort QUnicodeTables::Properties::sentenceBreak |
Definition at line 87 of file qunicodetables_p.h.
Referenced by HB_GetSentenceClass().
signed short QUnicodeTables::Properties::titleCaseDiff |
Definition at line 83 of file qunicodetables_p.h.
Referenced by QChar::toTitleCase().
ushort QUnicodeTables::Properties::titleCaseSpecial |
Definition at line 78 of file qunicodetables_p.h.
Referenced by QChar::toTitleCase().
ushort QUnicodeTables::Properties::unicodeVersion |
Definition at line 75 of file qunicodetables_p.h.
Referenced by canonicalOrderHelper(), composeHelper(), and QChar::unicodeVersion().
signed short QUnicodeTables::Properties::upperCaseDiff |
Definition at line 82 of file qunicodetables_p.h.
Referenced by QChar::toUpper(), and QString::toUpper().
ushort QUnicodeTables::Properties::upperCaseSpecial |
Definition at line 77 of file qunicodetables_p.h.
Referenced by QChar::toUpper(), and QString::toUpper().
ushort QUnicodeTables::Properties::wordBreak |
Definition at line 86 of file qunicodetables_p.h.
Referenced by HB_GetWordClass().