HomeSort by relevance Sort by last modified time
    Searched full:predict_buf (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/PinyinIME/jni/include/
dictlist.h 103 // predict_buf is used to store the result.
105 // b4_used specifies how many items before predict_buf have been used.
matrixsearch.h 356 char16 predict_buf[][kMaxPredictSize + 1],
451 char16 predict_buf[][kMaxPredictSize + 1],
  /packages/inputmethods/PinyinIME/jni/share/
pinyinime.cpp 35 char16 predict_buf[kMaxPredictNum][kMaxPredictSize + 1]; variable
170 pre_buf = predict_buf;
matrixsearch.cpp     [all...]
  /packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp 37 static char16 (*predict_buf)[kMaxPredictSize + 1] = NULL; variable
229 predict_len = im_get_predicts(fixed_buf, predict_buf);
241 retstr = (*env).NewString((unsigned short*)predict_buf[0], 0);
243 retstr = (*env).NewString((unsigned short*)predict_buf[predict_no],
244 utf16_strlen(predict_buf[predict_no]));

Completed in 112 milliseconds