Home
last modified time | relevance | path

Searched refs:get_spelling_str (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtrie.h246 const char* get_spelling_str(uint16 splid);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtrie.h246 const char* get_spelling_str(uint16 splid);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp416 const char *str = get_spelling_str(id); in build_ym_info()
728 const char* SpellingTrie::get_spelling_str(uint16 splid) { in get_spelling_str() function in ime_pinyin::SpellingTrie
H A Duserdict.cpp407 const char py1 = *spl_trie.get_spelling_str(id1[i]); in is_fuzzy_prefix_spell_id()
427 const char py1 = *spl_trie.get_spelling_str(id1[i]); in fuzzy_compare_spell_id()
524 const unsigned char py = *spl_trie.get_spelling_str(splid_str[i]); in prepare_locate()
H A Dmatrixsearch.cpp725 get_spelling_str(dmi->spl_id), dmi->spl_id); in debug_print_dmi()