Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtable.h85 bool put_spelling(const char* spelling_str, double spl_count);
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtable.h85 bool put_spelling(const char* spelling_str, double spl_count);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtable.cpp137 bool SpellingTable::put_spelling(const char* spelling_str, double freq) { in put_spelling() function in ime_pinyin::SpellingTable
H A Dspellingtrie.cpp382 sucess = spl_table->put_spelling(spl_str, 0); in build_ym_info()
H A Ddictbuilder.cpp481 if (!spl_table_->put_spelling(lemma_arr_[i].pinyin_str[hz_pos], in read_raw_dict()