Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dmatrixsearch.cpp1165 char16 *pfullsent = NULL; in prepare_candidates() local
1167 pfullsent = get_candidate0(fullsent, kMaxLemmaSize + 1, &sent_len, true); in prepare_candidates()
1173 pfullsent = NULL; in prepare_candidates()
1182 pfullsent, lma_size == lma_size_max); in prepare_candidates()
1188 pfullsent = NULL; in prepare_candidates()
1706 const char16 *pfullsent, bool sort_by_psb) { in get_lpis() argument
1748 if (NULL != pfullsent && utf16_strcmp(lpsis[pos].str, pfullsent) == 0) in get_lpis()
1773 if (NULL != pfullsent && in get_lpis()
1774 static_cast<char16>(0) == pfullsent[1] && in get_lpis()
1775 lma_buf[pos].hanzi == pfullsent[0]) in get_lpis()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dmatrixsearch.h291 const char16 *pfullsent, bool sort_by_psb);
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dmatrixsearch.h291 const char16 *pfullsent, bool sort_by_psb);