Go to the source code of this file.
◆ GET_DECOMPOSITION_INDEX
#define GET_DECOMPOSITION_INDEX |
( |
|
ucs4 | ) |
|
◆ GET_LIGATURE_INDEX
#define GET_LIGATURE_INDEX |
( |
|
u2 | ) |
(u2 < 0x3100 ? uc_ligature_trie[uc_ligature_trie[u2>>5] + (u2 & 0x1f)] : 0xffff); |
◆ GET_PROP_INDEX
#define GET_PROP_INDEX |
( |
|
ucs4 | ) |
|
◆ GET_PROP_INDEX_UCS2
◆ SPECIAL_CASE_MAX_LEN
#define SPECIAL_CASE_MAX_LEN 3 |
◆ anonymous enum
◆ anonymous enum
◆ anonymous enum
◆ qGetProp() [1/2]
Definition at line 4325 of file qunicodetables.cpp.
Referenced by canonicalOrderHelper(), QChar::category(), QChar::combiningClass(), composeHelper(), QChar::digitValue(), QChar::direction(), foldCase(), QChar::hasMirrored(), QChar::isDigit(), QChar::isLetter(), QChar::isLetterOrNumber(), QChar::isMark(), QChar::isNumber(), QChar::isPrint(), QChar::isPunct(), QChar::isSpace(), QChar::isSymbol(), QChar::joining(), QUnicodeTables::lineBreakClass(), QChar::mirroredChar(), QChar::toCaseFolded(), QChar::toLower(), QString::toLower(), QChar::toTitleCase(), QChar::toUpper(), QString::toUpper(), and QChar::unicodeVersion().
static const QUnicodeTables::Properties uc_properties[]
#define GET_PROP_INDEX(ucs4)
◆ qGetProp() [2/2]
Definition at line 4331 of file qunicodetables.cpp.
static const QUnicodeTables::Properties uc_properties[]
#define GET_PROP_INDEX_UCS2(ucs2)
◆ specialCaseMap
◆ uc_decomposition_map
const unsigned short uc_decomposition_map[] |
|
static |
◆ uc_decomposition_trie
const unsigned short uc_decomposition_trie[] |
|
static |
◆ uc_ligature_map
const unsigned short uc_ligature_map[] |
|
static |
◆ uc_ligature_trie
const unsigned short uc_ligature_trie[] |
|
static |
◆ uc_normalization_corrections
Initial value:= {
{ 0xf951, 0x96fb, 6 },
{ 0x2f868, 0x2136a, 7 },
{ 0x2f874, 0x5f33, 7 },
{ 0x2f91f, 0x43ab, 7 },
{ 0x2f95f, 0x7aae, 7 },
{ 0x2f9bf, 0x4d57, 7 },
}
Definition at line 8023 of file qunicodetables.cpp.
Referenced by qt_string_normalize().
◆ uc_properties
◆ uc_property_trie
const unsigned short uc_property_trie[] |
|
static |