Home
last modified time | relevance | path

Searched refs:FcitxCandidateWordGoPrevPage (Results 1 – 12 of 12) sorted by relevance

/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx/
H A Dcandidate.h365 boolean FcitxCandidateWordGoPrevPage(struct _FcitxCandidateWordList* candList);
H A Dcandidate.c293 boolean FcitxCandidateWordGoPrevPage(FcitxCandidateWordList* candList) in FcitxCandidateWordGoPrevPage() function
H A Dime.c960 if (FcitxCandidateWordGoPrevPage(input->candList)) in FcitxInstanceDoInputCallback()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/unicode/
H A Dunicode.c116 if (FcitxCandidateWordGoPrevPage(candList)) in UnicodePreFilter()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/imselector/
H A Dimselector.c189 FcitxCandidateWordGoPrevPage(candList); in IMSelectorPreFilter()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/pinyin-enhance/
H A Dpinyin-enhance-cfp.c293 if (FcitxCandidateWordGoPrevPage(cand_list)) { in CharFromPhraseModePre()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/clipboard/
H A Dclipboard.c215 if (!FcitxCandidateWordGoPrevPage(cand_list)) { in ClipboardPreHook()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/autoeng/
H A DAutoEng.c353 has_prev_page = FcitxCandidateWordGoPrevPage(cand_list); in AutoEngCheckSelect()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/ui/classic/
H A DInputWindow.c344 FcitxCandidateWordGoPrevPage(candList); in InputWindowEventHandler()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/quickphrase/
H A Dquickphrase.c551 if (!FcitxCandidateWordGoPrevPage(cand_list)) { in QuickPhraseDoInput()
/dports/korean/fcitx-hangul/fcitx-hangul-0.3.0/src/
H A Deim.c211 if (FcitxCandidateWordGoPrevPage(candList)) { in FcitxHangulDoInput()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/ui/kimpanel/
H A Dkimpanel.c762 FcitxCandidateWordGoPrevPage(FcitxInputStateGetCandidateList(input)); in KimpanelDBusFilter()