Home
last modified time | relevance | path

Searched refs:get_spelling_num (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtrie.h239 size_t get_spelling_num();
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtrie.h239 size_t get_spelling_num();
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp713 size_t SpellingTrie::get_spelling_num() { in get_spelling_num() function in ime_pinyin::SpellingTrie
H A Ddicttrie.cpp193 size_t buf_size = SpellingTrie::get_instance().get_spelling_num() + 1; in load_dict()