Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dmatrixsearch.h442 char16* get_candidate0(char16* cand_str, size_t max_len,
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dmatrixsearch.h442 char16* get_candidate0(char16* cand_str, size_t max_len,
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dmatrixsearch.cpp633 return get_candidate0(cand_str, max_len, NULL, false); in get_candidate()
642 return get_candidate0(cand_str, max_len, NULL, false); in get_candidate()
1167 pfullsent = get_candidate0(fullsent, kMaxLemmaSize + 1, &sent_len, true); in prepare_candidates()
1634 char16* MatrixSearch::get_candidate0(char16 *cand_str, size_t max_len, in get_candidate0() function in ime_pinyin::MatrixSearch