Searched refs:w_buf (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Ddictlist.cpp249 char16 *w_buf = find_pos_startedbyhzs(last_hzs, word_len, cmp_func); local
250 if (NULL == w_buf)
252 while (w_buf < buf_ + start_pos_[word_len] &&
253 cmp_func(w_buf, last_hzs) == 0 &&
256 utf16_strncpy(npre_items[item_num].pre_hzs, w_buf + hzs_len, pre_len);
258 ngram.get_uni_psb((size_t)(w_buf - buf_ - start_pos_[word_len - 1])
262 w_buf += word_len;

Completed in 40 milliseconds