Searched defs:lma_buf (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Ddicttrie.cpp664 LmaPsbItem* lma_buf, size_t max_lma_buf) {
814 lma_buf[ch_pos].id =
816 lma_buf[ch_pos].lma_len = 1;
817 lma_buf[ch_pos].psb =
818 static_cast<LmaScoreType>(ngram.get_uni_psb(lma_buf[ch_pos].id));
829 lma_buf[ch_pos].id = get_lemma_id(node_homo_off + homo_pos);
830 lma_buf[ch_pos].lma_len = splid_str_len;
831 lma_buf[ch_pos].psb =
832 static_cast<LmaScoreType>(ngram.get_uni_psb(lma_buf[ch_pos].id));
663 get_lpis(const uint16* splid_str, uint16 splid_str_len, LmaPsbItem* lma_buf, size_t max_lma_buf) argument
H A Dmatrixsearch.cpp1682 LmaPsbItem* lma_buf, size_t max_lma_buf,
1688 lma_buf, max_lma_buf);
1692 lma_buf + num1, max_lma_buf - num1);
1702 LmaPsbStrItem *lpsis = reinterpret_cast<LmaPsbStrItem*>(lma_buf + num);
1710 lpsis[pos].lpi = lma_buf[pos];
1711 get_lemma_str(lma_buf[pos].id, lpsis[pos].str, kMaxLemmaSize + 1);
1721 lma_buf[remain_num - 1] = lpsis[pos].lpi;
1728 lma_buf[remain_num] = lpsis[pos].lpi;
1741 get_lemma_str(lma_buf[pos].id, hanzis, 2);
1742 lma_buf[po
1681 get_lpis(const uint16* splid_str, size_t splid_str_len, LmaPsbItem* lma_buf, size_t max_lma_buf, const char16 *pfullsent, bool sort_by_psb) argument
[all...]

Completed in 7 milliseconds