KDEUI
#include "kcharselectdata_p.h"
#include <QStringList>
#include <QFile>
#include <qendian.h>
#include <QtConcurrentRun>
#include <string.h>
#include <klocalizedstring.h>
#include <kstandarddirs.h>
Go to the source code of this file.
Macros | |
#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] |
Macro Definition Documentation
◆ LBase
#define LBase 0x1100 |
Definition at line 34 of file kcharselectdata.cpp.
◆ LCount
#define LCount 19 |
Definition at line 37 of file kcharselectdata.cpp.
◆ NCount
Definition at line 40 of file kcharselectdata.cpp.
◆ SBase
#define SBase 0xAC00 |
Definition at line 33 of file kcharselectdata.cpp.
◆ SCount
Definition at line 41 of file kcharselectdata.cpp.
◆ TBase
#define TBase 0x11A7 |
Definition at line 36 of file kcharselectdata.cpp.
◆ TCount
#define TCount 28 |
Definition at line 39 of file kcharselectdata.cpp.
◆ VBase
#define VBase 0x1161 |
Definition at line 35 of file kcharselectdata.cpp.
◆ VCount
#define VCount 21 |
Definition at line 38 of file kcharselectdata.cpp.
Variable Documentation
◆ JAMO_L_TABLE
|
static |
Definition at line 43 of file kcharselectdata.cpp.
◆ JAMO_T_TABLE
|
static |
Definition at line 56 of file kcharselectdata.cpp.
◆ JAMO_V_TABLE
|
static |
Definition at line 49 of file kcharselectdata.cpp.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.