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

  /packages/inputmethods/PinyinIME/jni/include/
sync.h 34 // get_lemmas() ->
60 int get_lemmas(char16 * str, int size);
62 // Return lemmas count in last get_lemmas()
65 // Return total lemmas count need get_lemmas()
68 // Clear lemmas got by recent get_lemmas()
  /packages/inputmethods/PinyinIME/jni/share/
sync.cpp 74 int Sync::get_lemmas(char16 * str, int size) { function in class:ime_pinyin::Sync
  /packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp 286 int len = sync_worker.get_lemmas(retbuf, RET_BUF_LEN);

Completed in 241 milliseconds