Home
last modified time | relevance | path

Searched refs:hangul_ic_process (Results 1 – 15 of 15) sorted by relevance

/dports/korean/libhangul/libhangul-9fe2d4e/test/
H A Dtest.c22 hangul_ic_process(ic, *p); in check_preedit()
47 hangul_ic_process(ic, *p); in check_commit()
154 hangul_ic_process(ic, 'h'); in START_TEST()
155 hangul_ic_process(ic, 'a'); in START_TEST()
156 hangul_ic_process(ic, 'n'); in START_TEST()
166 hangul_ic_process(ic, 'a'); in START_TEST()
182 hangul_ic_process(ic, 't'); in START_TEST()
183 hangul_ic_process(ic, 't'); in START_TEST()
192 hangul_ic_process(ic, 'g'); in START_TEST()
193 hangul_ic_process(ic, 'a'); in START_TEST()
[all …]
H A Dhangul.c77 int ret = hangul_ic_process(hic, ascii); in main()
/dports/korean/libhangul/libhangul-9fe2d4e/bindings/python_swig/
H A Dtest_hangul.py7 ret = hangul_ic_process(hic, ord(ascii))
/dports/korean/libhangul/libhangul-9fe2d4e/tools/
H A Dhangul.c222 bool is_processed = hangul_ic_process(ic, *input); in hangul_process_with_string()
265 bool res = hangul_ic_process(ic, c); in hangul_process()
/dports/korean/libhangul/libhangul-9fe2d4e/hangul/
H A Dhangul.h109 bool hangul_ic_process(HangulInputContext *hic, int ascii);
H A Dhangulinputcontext.c1284 hangul_ic_process(HangulInputContext *hic, int ascii) in hangul_ic_process() function
/dports/korean/libhangul/libhangul-9fe2d4e/bindings/python/
H A Dpyhangul.c85 ret = hangul_ic_process(self->hic, ascii); in _pyhangulic_process()
/dports/korean/fcitx5-hangul/fcitx5-hangul-5.0.2/src/
H A Dengine.cpp335 keyUsed = hangul_ic_process(context_.get(), keyEvent.key().sym()); in keyEvent()
/dports/korean/scim-hangul/scim-hangul-0.4.0/src/
H A Dscim_hangul_imengine.cpp494 bool ret = hangul_ic_process(m_hic, ascii); in process_key_event()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/nimf/modules/engines/nimf-libhangul/
H A Dnimf-libhangul.c600 retval = hangul_ic_process (hangul->context, keyval); in nimf_libhangul_filter_event()
/dports/korean/fcitx-hangul/fcitx-hangul-0.3.0/src/
H A Deim.c300 keyUsed = hangul_ic_process(hangul->ic, sym); in FcitxHangulDoInput()
/dports/korean/ibus-hangul/ibus-hangul-1.5.1/src/
H A Dengine.c1174 retval = hangul_ic_process (hangul->context, keyval); in ibus_hangul_engine_process_key_event()
/dports/korean/imhangul-gtk3/imhangul-85f6d10/
H A Dgtkimcontexthangul.c1581 res = hangul_ic_process(hcontext->hic, keyval); in im_hangul_ic_filter_keypress()
/dports/korean/imhangul-gtk2/imhangul-d2f555d/
H A Dgtkimcontexthangul.c1576 res = hangul_ic_process(hcontext->hic, keyval); in im_hangul_ic_filter_keypress()
/dports/korean/nabi/nabi-f08d7d3/src/
H A Dic.c2102 ret = hangul_ic_process(ic->hic, keysym); in nabi_ic_process_keyevent()