Home
last modified time | relevance | path

Searched refs:FcitxCandidateWordGetListSize (Results 1 – 16 of 16) sorted by relevance

/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/pinyin-enhance/
H A Dpinyin-enhance-spell.c91 n2 = FcitxCandidateWordGetListSize(newList); in PinyinEnhanceMergeSpellCandList()
110 if ((n2 = FcitxCandidateWordGetListSize(newList)) > in PinyinEnhanceMergeSpellCandList()
275 int cand_wordsc = FcitxCandidateWordGetListSize(cand_list); in PinyinEnhanceSpellHint()
H A Dpinyin-enhance-sym.c255 size = FcitxCandidateWordGetListSize(new_list); in PinyinEnhanceSymCandWords()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx/
H A Dcandidate.c223 if (FcitxCandidateWordGetListSize(candList) > 0) in FcitxCandidateWordChooseByIndex()
236 if (FcitxCandidateWordGetListSize(candList) > 0) in FcitxCandidateWordChooseByTotalIndex()
401 int FcitxCandidateWordGetListSize(FcitxCandidateWordList* candList) in FcitxCandidateWordGetListSize() function
H A Dcandidate.h460 int FcitxCandidateWordGetListSize(struct _FcitxCandidateWordList* candList);
H A Dui.c1002 if (FcitxCandidateWordGetListSize(input->candList) > 1) in FcitxUIUpdateInputWindowReal()
1005 if (FcitxCandidateWordGetListSize(input->candList) == 1 in FcitxUIUpdateInputWindowReal()
H A Dime.c1739 || FcitxCandidateWordGetListSize(input->candList)) in HideInputSpeed()
1763 || FcitxCandidateWordGetListSize(input->candList)) in FcitxInstanceShowInputSpeed()
2083 || FcitxCandidateWordGetListSize(input->candList)) in FcitxStandardKeyBlocker()
/dports/japanese/fcitx-anthy/fcitx-anthy-0.2.3/src/
H A Dimengine.cpp361 && FcitxCandidateWordGetListSize(m_lookup_table) > 0 in process_key_event()
459 FcitxCandidateWordGetListSize(m_lookup_table)) in init()
505 if (!FcitxCandidateWordGetListSize(m_lookup_table)) in set_aux_string()
510 FcitxCandidateWordGetListSize(m_lookup_table)); in set_aux_string()
545 int len = FcitxCandidateWordGetListSize(m_lookup_table); in set_lookup_table()
971 if (FcitxCandidateWordGetListSize(m_lookup_table)) in is_selecting_candidates()
1593 int end = FcitxCandidateWordGetListSize(m_lookup_table) - 1; in action_select_last_candidate()
1624 int end = FcitxCandidateWordGetListSize(m_lookup_table); in action_candidates_page_down()
/dports/chinese/fcitx-chewing/fcitx-chewing-0.2.3/src/
H A Deim.c276 if (FcitxCandidateWordGetListSize(candList) == 0) { in FcitxChewingPaging()
361 if (FcitxCandidateWordGetListSize(candList) > 0) { in FcitxChewingGetCandWords()
513 if (FcitxCandidateWordGetListSize(candList) > 0 in FcitxChewingKeyBlocker()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/unicode/
H A Dunicode.c235 if (FcitxCandidateWordGetListSize(candList)) { in UnicodeGetCandWords()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/quickphrase/
H A Dquickphrase.c524 if (!FcitxCandidateWordGetListSize(cand_list)) in QuickPhraseDoInput()
590 - FcitxCandidateWordGetListSize(cand_list)); in QuickPhraseGetSpellHint()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/table/
H A Dtable.c342 return FcitxCandidateWordGetListSize(candList) == 0; in TableCheckNoMatch()
344 return (FcitxCandidateWordGetListSize(candList) == 0) && in TableCheckNoMatch()
700 … if (FcitxCandidateWordGetListSize(candList) < 2 || FcitxInputStateGetIsInRemind(input)) in DoTableInput()
1262 FcitxCandidateWordGetListSize(cand_list) >= in TableGetRemindCandWords()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/keyboard/
H A Dkeyboard.c571 if (!FcitxCandidateWordGetListSize(cand_list)) in FcitxKeyboardHandleFocus()
733 if (FcitxCandidateWordGetListSize(candList)) { in FcitxKeyboardDoInput()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/punc/
H A Dpunc.c285 if (FcitxCandidateWordGetListSize(candList) != 0) { in ProcessPunc()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/autoeng/
H A DAutoEng.c315 if (!FcitxCandidateWordGetListSize(cand_list)) in AutoEngCheckSelect()
/dports/textproc/fcitx-m17n/fcitx-m17n-0.2.3/im/
H A Dfcitx-m17n.c394 int candSize = FcitxCandidateWordGetListSize(FcitxInputStateGetCandidateList(is)); in FcitxM17NDoInput()
/dports/korean/fcitx-hangul/fcitx-hangul-0.3.0/src/
H A Deim.c204 int candSize = FcitxCandidateWordGetListSize(candList); in FcitxHangulDoInput()