Home
last modified time | relevance | path

Searched refs:get_cpinstance (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtrie.h228 static const SpellingTrie* get_cpinstance();
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtrie.h228 static const SpellingTrie* get_cpinstance();
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dsplparser.cpp23 spl_trie_ = SpellingTrie::get_cpinstance(); in SpellingParser()
H A Ddictlist.cpp33 spl_trie_ = SpellingTrie::get_cpinstance(); in DictList()
H A Dspellingtrie.cpp231 const SpellingTrie* SpellingTrie::get_cpinstance() { in get_cpinstance() function in ime_pinyin::SpellingTrie
H A Ddicttrie.cpp29 spl_trie_ = SpellingTrie::get_cpinstance(); in DictTrie()
H A Dmatrixsearch.cpp33 spl_trie_ = SpellingTrie::get_cpinstance(); in MatrixSearch()