Searched refs:load_spl_trie (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/PinyinIME/jni/include/
H A Dspellingtrie.h236 bool load_spl_trie(FILE *fp);
/packages/inputmethods/PinyinIME/jni/share/
H A Ddicttrie.cpp264 if (!spl_trie.load_spl_trie(fp) || !dict_list_->load_list(fp) ||
302 if (!spl_trie.load_spl_trie(fp) || !dict_list_->load_list(fp) ||
H A Dspellingtrie.cpp662 bool SpellingTrie::load_spl_trie(FILE *fp) { function in class:ime_pinyin::SpellingTrie

Completed in 61 milliseconds