Home
last modified time | relevance | path

Searched refs:fetchCandidates (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/
H A Dpinyindecoderservice.h59 QList<QString> fetchCandidates(int index, int count, int sentFixedLen);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/
H A Dpinyindecoderservice.h59 QList<QString> fetchCandidates(int index, int count, int sentFixedLen);
H A Dpinyindecoderservice.cpp194 QList<QString> PinyinDecoderService::fetchCandidates(int index, int count, int sentFixedLen) in fetchCandidates() function in QtVirtualKeyboard::PinyinDecoderService
H A Dkeyboard.cpp364 QList<QString> candList = pinyin->fetchCandidates(0, m_candidates, 0); in addSearch()
387 QList<QString> candList = pinyin->fetchCandidates(0, m_candidates, 0); in textChose()