Home
last modified time | relevance | path

Searched refs:JAMO_T_TABLE (Results 1 – 6 of 6) sorted by relevance

/dports/editors/focuswriter/focuswriter-1.7.6/src/
H A Dsymbols_model.cpp196 static const char JAMO_T_TABLE[][4] = in symbolName() local
213 QLatin1String(JAMO_V_TABLE[VIndex]) + QLatin1String(JAMO_T_TABLE[TIndex]); in symbolName()
/dports/x11-fonts/font-manager/font-manager-0.8.7/lib/unicode/
H A Dunicode-info.c68 static const gchar JAMO_T_TABLE[][4] = { variable
93 JAMO_T_TABLE[TIndex]); in get_hangul_syllable_name()
/dports/deskutils/gucharmap/gucharmap-3efb47b75b61d7c6db7e48d72f7aa8c4d4365011/gucharmap/
H A Dgucharmap-unicode-info.c55 static const gchar JAMO_T_TABLE[][4] = { variable
114 JAMO_L_TABLE[LIndex], JAMO_V_TABLE[VIndex], JAMO_T_TABLE[TIndex]); in gucharmap_get_unicode_name()
/dports/textproc/fcitx5/fcitx5-5.0.11/src/modules/unicode/
H A Dcharselectdata.cpp54 static const char JAMO_T_TABLE[][4] = {"", "G", "GG", "GS", "N", "NJ", "NH", variable
214 result += JAMO_T_TABLE[TIndex]; in name()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/unicode/
H A Dcharselectdata.c52 static const char JAMO_T_TABLE[][4] = { variable
243 JAMO_T_TABLE[TIndex]); in CharSelectDataName()
/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/src/
H A Dkcharselectdata.cpp76 static const char JAMO_T_TABLE[][4] = { variable
330 + QLatin1String(JAMO_T_TABLE[TIndex]); in name()