Searched refs:SpellingTable (Results 1 – 7 of 7) sorted by relevance
28 const char SpellingTable::67 SpellingTable::SpellingTable() { in SpellingTable() function in ime_pinyin::SpellingTable76 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 …]
373 SpellingTable *spl_table = new SpellingTable(); in build_ym_info()
200 spl_table_ = new SpellingTable(); in alloc_resource()
38 class SpellingTable {70 SpellingTable();71 ~SpellingTable();
69 SpellingTable *spl_table_;