Home
last modified time | relevance | path

Searched refs:chewing_cand_open (Results 1 – 8 of 8) sorted by relevance

/dports/chinese/libchewing/libchewing-0.5.1/test/
H A Dtest-keyboardless.c28 ret = chewing_cand_open(ctx); in test_cand_open_word()
47 ret = chewing_cand_open(ctx); in test_cand_open_symbol()
66 ret = chewing_cand_open(ctx); in test_cand_open_already_opened()
73 ret = chewing_cand_open(ctx); in test_cand_open_already_opened()
90 ret = chewing_cand_open(ctx); in test_cand_open_nothing_in_preedit()
111 ret = chewing_cand_open(ctx); in test_cand_open_during_bopomofo()
120 ret = chewing_cand_open(ctx); in test_cand_open_during_bopomofo()
148 ret = chewing_cand_open(ctx); in test_cand_close_word()
176 ret = chewing_cand_open(ctx); in test_cand_close_symbol()
249 ret = chewing_cand_open(ctx); in test_cand_choose_word()
[all …]
H A Dtest-error-handling.c188 ret = chewing_cand_open(NULL); in test_null()
H A Dtest-bopomofo.c394 ret = chewing_cand_open(ctx); in test_select_candidate_in_middle_no_reaward()
423 ret = chewing_cand_open(ctx); in test_select_candidate_in_middle_reaward()
1383 ret = chewing_cand_open(ctx); in test_jk_selection()
/dports/deskutils/maliit-keyboard/keyboard-2.1.0/plugins/chewing/src/
H A Dchewingadapter.cpp66 chewing_cand_open(m_chewingContext); in parse()
/dports/chinese/libchewing/libchewing-0.5.1/include/
H A Dmod_aux.h73 CHEWING_API int chewing_cand_open(ChewingContext *ctx);
/dports/chinese/libchewing/libchewing-0.5.1/
H A DNEWS63 - chewing_cand_open
/dports/chinese/libchewing/libchewing-0.5.1/doc/
H A Dlibchewing.texi381 Use @code{chewing_cand_open} to open candidate window. The keyboard oriented
704 @deftypefun int chewing_cand_open (ChewingContext *@var{ctx})
/dports/chinese/libchewing/libchewing-0.5.1/src/
H A Dchewingio.c2135 CHEWING_API int chewing_cand_open(ChewingContext *ctx) in chewing_cand_open() function