Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtable.cpp28 const char SpellingTable::
67 SpellingTable::SpellingTable() { in SpellingTable() function in ime_pinyin::SpellingTable
76 SpellingTable::~SpellingTable() { in ~SpellingTable()
80 size_t SpellingTable::get_hash_pos(const char* spelling_str) { in get_hash_pos()
92 size_t SpellingTable::hash_pos_next(size_t hash_pos) { in hash_pos_next()
98 void SpellingTable::free_resource() { in free_resource()
108 bool SpellingTable::init_table(size_t pure_spl_size, size_t spl_max_num, in init_table()
137 bool SpellingTable::put_spelling(const char* spelling_str, double freq) { in put_spelling()
185 bool SpellingTable::contain(const char* spelling_str) { in contain()
217 const char* SpellingTable::arrange(size_t *item_size, size_t *spl_num) { in arrange()
[all …]
H A Dspellingtrie.cpp373 SpellingTable *spl_table = new SpellingTable(); in build_ym_info()
H A Ddictbuilder.cpp200 spl_table_ = new SpellingTable(); in alloc_resource()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtable.h38 class SpellingTable {
70 SpellingTable();
71 ~SpellingTable();
H A Ddictbuilder.h69 SpellingTable *spl_table_;
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtable.h38 class SpellingTable {
70 SpellingTable();
71 ~SpellingTable();
H A Ddictbuilder.h69 SpellingTable *spl_table_;