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

  /packages/inputmethods/PinyinIME/jni/include/
spellingtrie.h 233 bool save_spl_trie(FILE *fp);
  /packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp 639 bool SpellingTrie::save_spl_trie(FILE *fp) { function in class:ime_pinyin::SpellingTrie
dicttrie.cpp 157 if (!spl_trie.save_spl_trie(fp) || !dict_list_->save_list(fp) ||

Completed in 927 milliseconds