#include "kcharselectdata_p.h"#include <QStringList>#include <QFile>#include <qendian.h>#include <QtConcurrentRun>#include <string.h>#include <klocalizedstring.h>#include <kstandarddirs.h>
Include dependency graph for kcharselectdata.cpp:

Go to the source code of this file.
Defines | |
| #define | LBase 0x1100 |
| #define | LCount 19 |
| #define | NCount (VCount * TCount) |
| #define | SBase 0xAC00 |
| #define | SCount (LCount * NCount) |
| #define | TBase 0x11A7 |
| #define | TCount 28 |
| #define | VBase 0x1161 |
| #define | VCount 21 |
Variables | |
| static const char | JAMO_L_TABLE [][4] |
| static const char | JAMO_T_TABLE [][4] |
| static const char | JAMO_V_TABLE [][4] |
Define Documentation
| #define LBase 0x1100 |
Definition at line 34 of file kcharselectdata.cpp.
| #define LCount 19 |
Definition at line 37 of file kcharselectdata.cpp.
| #define NCount (VCount * TCount) |
Definition at line 40 of file kcharselectdata.cpp.
| #define SBase 0xAC00 |
Definition at line 33 of file kcharselectdata.cpp.
| #define SCount (LCount * NCount) |
Definition at line 41 of file kcharselectdata.cpp.
| #define TBase 0x11A7 |
Definition at line 36 of file kcharselectdata.cpp.
| #define TCount 28 |
Definition at line 39 of file kcharselectdata.cpp.
| #define VBase 0x1161 |
Definition at line 35 of file kcharselectdata.cpp.
| #define VCount 21 |
Definition at line 38 of file kcharselectdata.cpp.
Variable Documentation
const char JAMO_L_TABLE[][4] [static] |
Initial value:
{
"G", "GG", "N", "D", "DD", "R", "M", "B", "BB",
"S", "SS", "", "J", "JJ", "C", "K", "T", "P", "H"
}
Definition at line 43 of file kcharselectdata.cpp.
const char JAMO_T_TABLE[][4] [static] |
Initial value:
{
"", "G", "GG", "GS", "N", "NJ", "NH", "D", "L", "LG", "LM",
"LB", "LS", "LT", "LP", "LH", "M", "B", "BS",
"S", "SS", "NG", "J", "C", "K", "T", "P", "H"
}
Definition at line 56 of file kcharselectdata.cpp.
const char JAMO_V_TABLE[][4] [static] |
Initial value:
{
"A", "AE", "YA", "YAE", "EO", "E", "YEO", "YE", "O",
"WA", "WAE", "OE", "YO", "U", "WEO", "WE", "WI",
"YU", "EU", "YI", "I"
}
Definition at line 49 of file kcharselectdata.cpp.
KDE 4.6 API Reference