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

  /packages/inputmethods/PinyinIME/jni/include/
spellingtrie.h 246 const char* get_spelling_str(uint16 splid);
  /packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp 412 const char *str = get_spelling_str(id);
724 const char* SpellingTrie::get_spelling_str(uint16 splid) { function in class:ime_pinyin::SpellingTrie
userdict.cpp 375 const char py1 = *spl_trie.get_spelling_str(id1[i]);
395 const char py1 = *spl_trie.get_spelling_str(id1[i]);
492 const unsigned char py = *spl_trie.get_spelling_str(splid_str[i]);
    [all...]
matrixsearch.cpp 702 get_spelling_str(dmi->spl_id), dmi->spl_id);
    [all...]

Completed in 294 milliseconds