Home
last modified time | relevance | path

Searched refs:FcitxCandidateWordGetNext (Results 1 – 9 of 9) sorted by relevance

/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx/
H A Dcandidate.h503 …FcitxCandidateWord* FcitxCandidateWordGetNext(FcitxCandidateWordList* candList, FcitxCandidateWord…
H A Dcandidate.c431 FcitxCandidateWord* FcitxCandidateWordGetNext(FcitxCandidateWordList* candList, FcitxCandidateWord*… in FcitxCandidateWordGetNext() function
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/unicode/
H A Dunicode.c139 candWord = FcitxCandidateWordGetNext(candList, candWord); in UnicodePreFilter()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/clipboard/
H A Dclipboard.c193 cand_word = FcitxCandidateWordGetNext(cand_list, cand_word); in ClipboardPreHook()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/autoeng/
H A DAutoEng.c326 cand_word = FcitxCandidateWordGetNext(cand_list, cand_word); in AutoEngCheckSelect()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/quickphrase/
H A Dquickphrase.c529 cand_word = FcitxCandidateWordGetNext(cand_list, cand_word); in QuickPhraseDoInput()
/dports/korean/fcitx-hangul/fcitx-hangul-0.3.0/src/
H A Deim.c232 candWord = FcitxCandidateWordGetNext(candList, candWord); in FcitxHangulDoInput()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/keyboard/
H A Dkeyboard.c579 cand_word = FcitxCandidateWordGetNext(cand_list, cand_word); in FcitxKeyboardHandleFocus()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/table/
H A Dtable.c923 candWord = FcitxCandidateWordGetNext(FcitxInputStateGetCandidateList(input), candWord)) { in TableGetPinyinCandWords()