Home
last modified time | relevance | path

Searched refs:FcitxCandidateWordGetChoose (Results 1 – 3 of 3) sorted by relevance

/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx/
H A Dcandidate.h400 const char* FcitxCandidateWordGetChoose(struct _FcitxCandidateWordList* candList);
H A Dui.c844 strTemp[0] = FcitxCandidateWordGetChoose(input->candList)[i]; in FcitxUINewMessageToOldStyleMessage()
944 strTemp[0] = FcitxCandidateWordGetChoose(input->candList)[i]; in FcitxUICandidateWordToCString()
964 strTemp[0] = FcitxCandidateWordGetChoose(input->candList)[i]; in FcitxUICandidateWordToCString()
H A Dcandidate.c354 const char* FcitxCandidateWordGetChoose(FcitxCandidateWordList* candList) in FcitxCandidateWordGetChoose() function