Lines Matching full:spl_table_
167 spl_table_ = NULL;
200 spl_table_ = new SpellingTable();
204 NULL == scis_ || NULL == spl_table_ ||
216 spl_table_->init_table(kMaxPinyinSize, kSplTableHashLen, true);
347 if (NULL != spl_table_)
348 delete spl_table_;
358 spl_table_ = NULL;
481 if (!spl_table_->put_spelling(lemma_arr_[i].pinyin_str[hz_pos],
521 spl_buf = spl_table_->arrange(&spl_item_size, &spl_num);
530 spl_table_->get_score_amplifier(),
531 spl_table_->get_average_score())) {