Home | History | Annotate | Download | only in share

Lines Matching full:predict_buf

1845                                    char16 predict_buf[][kMaxPredictSize + 1],
1940 utf16_strncpy(predict_buf[i], npre_items_[i].pre_hzs,
1942 predict_buf[i][kMaxPredictSize] = '\0';
1949 char16 predict_buf[][kMaxPredictSize + 1],
1955 return inner_predict(fixed_buf, fixed_len, predict_buf, buf_len);