Home
last modified time | relevance | path

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

/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/imselector/
H A Dimselector.c197 *retval = FcitxCandidateWordChooseByIndex(candList, 0); in IMSelectorPreFilter()
201 *retval = FcitxCandidateWordChooseByIndex(candList, iKey); in IMSelectorPreFilter()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/pinyin-enhance/
H A Dpinyin-enhance-cfp.c291 return FcitxCandidateWordChooseByIndex(cand_list, index); in CharFromPhraseModePre()
319 return FcitxCandidateWordChooseByIndex(cand_list, 0); in CharFromPhraseModePre()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/qw/
H A Dqw.c123 retVal = FcitxCandidateWordChooseByIndex(FcitxInputStateGetCandidateList(input), 0); in DoQWInput()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx/
H A Dcandidate.h306 …INPUT_RETURN_VALUE FcitxCandidateWordChooseByIndex(struct _FcitxCandidateWordList* candList, int i…
H A Dime.c655 return FcitxCandidateWordChooseByIndex(input->candList, 1); in _Do2ndSelect()
669 return FcitxCandidateWordChooseByIndex(input->candList, 2); in _Do3ndSelect()
895 retVal = FcitxCandidateWordChooseByIndex(input->candList, in FcitxInstanceProcessKey()
914 INPUT_RETURN_VALUE retVal = FcitxCandidateWordChooseByIndex(input->candList, index); in FcitxInstanceChooseCandidateByIndex()
H A Dcandidate.c219 FcitxCandidateWordChooseByIndex(FcitxCandidateWordList* candList, int index) in FcitxCandidateWordChooseByIndex() function
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/unicode/
H A Dunicode.c177 retVal = FcitxCandidateWordChooseByIndex(candList, index); in UnicodePreFilter()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/table/
H A Dtable.c494 retVal = FcitxCandidateWordChooseByIndex(candList, 0); in DoTableInput()
753 retVal = FcitxCandidateWordChooseByIndex(candList, 0); in DoTableInput()
1109 retVal = FcitxCandidateWordChooseByIndex(candList, 0); in TableGetCandWords()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/clipboard/
H A Dclipboard.c233 *ret_val = FcitxCandidateWordChooseByIndex(cand_list, key); in ClipboardPreHook()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/autoeng/
H A DAutoEng.c372 return FcitxCandidateWordChooseByIndex(cand_list, key); in AutoEngCheckSelect()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/quickphrase/
H A Dquickphrase.c567 return FcitxCandidateWordChooseByIndex(cand_list, iKey); in QuickPhraseDoInput()
/dports/korean/fcitx-hangul/fcitx-hangul-0.3.0/src/
H A Deim.c269 return FcitxCandidateWordChooseByIndex(candList, 0); in FcitxHangulDoInput()
/dports/chinese/fcitx-libpinyin/fcitx-libpinyin-0.5.3/src/
H A Deim.cpp218 return FcitxCandidateWordChooseByIndex(FcitxInputStateGetCandidateList(input), 0); in doInput()
/dports/japanese/fcitx-anthy/fcitx-anthy-0.2.3/src/
H A Dimengine.cpp285 INPUT_RETURN_VALUE retVal = FcitxCandidateWordChooseByIndex(m_lookup_table, choose); in process_key_event_lookup_keybind()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/pinyin/
H A Dpy.c690 retVal = FcitxCandidateWordChooseByIndex(candList, 0); in DoPYInput()