Home | History | Annotate | Download | only in share

Lines Matching full:char16

375             c_phrase_.chn_str[splpos] = static_cast<char16>('\0');
604 char16* MatrixSearch::get_candidate(size_t cand_id, char16 *cand_str,
623 char16 s[kMaxLemmaSize + 1];
631 s[1] = static_cast<char16>(0);
636 cand_str[s_len] = (char16)'\0';
657 char16 word_str[kMaxLemmaSize + 1];
684 return user_dict_->put_lemma(static_cast<char16*>(word_str), spl_ids,
1141 char16 fullsent[kMaxLemmaSize + 1];
1142 char16 *pfullsent = NULL;
1241 char16 *lma_str = c_phrase_.chn_str +
1270 char16 *chn_str = c_phrase_.chn_str + del_spl_pos;
1611 char16* MatrixSearch::get_candidate0(char16 *cand_str, size_t max_len,
1654 char16 str[kMaxLemmaSize + 1];
1672 cand_str[ret_pos] = (char16)'\0';
1676 cand_str[ret_pos - fixed_hzs_] = (char16)'\0';
1683 const char16 *pfullsent, bool sort_by_psb) {
1740 char16 hanzis[2];
1751 static_cast<char16>(0) == pfullsent[1] &&
1763 static_cast<char16>(0) == pfullsent[1] &&
1780 uint16 MatrixSearch::get_lemma_str(LemmaIdType id_lemma, char16 *str_buf,
1791 str_buf[0] = static_cast<char16>('\0');
1800 str_buf[str_len] = (char16)'\0';
1844 size_t MatrixSearch::inner_predict(const char16 *fixed_buf, uint16 fixed_len,
1845 char16 predict_buf[][kMaxPredictSize + 1],
1948 size_t MatrixSearch::get_predicts(const char16 fixed_buf[],
1949 char16 predict_buf[][kMaxPredictSize + 1],