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

  /packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp 220 char16 fixed_buf[kMaxPredictSize + 1]; local
226 utf16_strncpy(fixed_buf, fixed_ptr, fixed_len);
227 fixed_buf[fixed_len] = (char16)'\0';
229 predict_len = im_get_predicts(fixed_buf, predict_buf);
  /packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp     [all...]
  /packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h 450 size_t get_predicts(const char16 fixed_buf[],

Completed in 4081 milliseconds