HomeSort by relevance Sort by last modified time
    Searched refs:get_lemma_word (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp 198 inline uint16 * UserDict::get_lemma_word(uint32 offset) { function in class:ime_pinyin::UserDict
617 char16 * str = get_lemma_word(offset);
658 uint16 * words = get_lemma_word(offset);
730 uint16 * str = get_lemma_word(offset);
771 const uint16 * ws = get_lemma_word(offset);
818 const uint16 * ws = get_lemma_word(offset);
892 uint16 * wrd = get_lemma_word(offset);
984 uint16 * wrd = get_lemma_word(offset);
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
userdict.h 342 uint16 * get_lemma_word(uint32 offset);

Completed in 290 milliseconds