Searched refs:spl_table_ (Results 1 – 3 of 3) sorted by relevance
167 spl_table_ = NULL; in DictBuilder()200 spl_table_ = new SpellingTable(); in alloc_resource()204 NULL == scis_ || NULL == spl_table_ || in alloc_resource()216 spl_table_->init_table(kMaxPinyinSize, kSplTableHashLen, true); in alloc_resource()347 if (NULL != spl_table_) in free_resource()348 delete spl_table_; in free_resource()358 spl_table_ = NULL; in free_resource()481 if (!spl_table_->put_spelling(lemma_arr_[i].pinyin_str[hz_pos], in read_raw_dict()521 spl_buf = spl_table_->arrange(&spl_item_size, &spl_num); in build_dict()530 spl_table_->get_score_amplifier(), in build_dict()[all …]
69 SpellingTable *spl_table_; variable