OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:load_spl_trie
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
spellingtrie.h
236
bool
load_spl_trie
(FILE *fp);
/packages/inputmethods/PinyinIME/jni/share/
dicttrie.cpp
264
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) ||
spellingtrie.cpp
662
bool SpellingTrie::
load_spl_trie
(FILE *fp) {
function in class:ime_pinyin::SpellingTrie
Completed in 18 milliseconds