Searched refs:lma_buf (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | matrixsearch.cpp | 1705 LmaPsbItem* lma_buf, size_t max_lma_buf, in get_lpis() argument 1711 lma_buf, max_lma_buf); in get_lpis() 1715 lma_buf + num1, max_lma_buf - num1); in get_lpis() 1725 LmaPsbStrItem *lpsis = reinterpret_cast<LmaPsbStrItem*>(lma_buf + num); in get_lpis() 1733 lpsis[pos].lpi = lma_buf[pos]; in get_lpis() 1734 get_lemma_str(lma_buf[pos].id, lpsis[pos].str, kMaxLemmaSize + 1); in get_lpis() 1744 lma_buf[remain_num - 1] = lpsis[pos].lpi; in get_lpis() 1751 lma_buf[remain_num] = lpsis[pos].lpi; in get_lpis() 1764 get_lemma_str(lma_buf[pos].id, hanzis, 2); in get_lpis() 1765 lma_buf[pos].hanzi = hanzis[0]; in get_lpis() [all …]
|
| H A D | dicttrie.cpp | 663 LmaPsbItem* lma_buf, size_t max_lma_buf) { in get_lpis() argument 813 lma_buf[ch_pos].id = in get_lpis() 815 lma_buf[ch_pos].lma_len = 1; in get_lpis() 816 lma_buf[ch_pos].psb = in get_lpis() 817 static_cast<LmaScoreType>(ngram.get_uni_psb(lma_buf[ch_pos].id)); in get_lpis() 828 lma_buf[ch_pos].id = get_lemma_id(node_homo_off + homo_pos); in get_lpis() 829 lma_buf[ch_pos].lma_len = splid_str_len; in get_lpis() 830 lma_buf[ch_pos].psb = in get_lpis() 831 static_cast<LmaScoreType>(ngram.get_uni_psb(lma_buf[ch_pos].id)); in get_lpis()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/ |
| H A D | matrixsearch.h | 290 LmaPsbItem* lma_buf, size_t max_lma_buf,
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/ |
| H A D | matrixsearch.h | 290 LmaPsbItem* lma_buf, size_t max_lma_buf,
|