Home | History | Annotate | Download | only in share

Lines Matching refs:spelling_num_

57   spelling_num_ = 0;
145 if (splid < kFullSplIdStart || splid >= kFullSplIdStart + spelling_num_)
254 full_id > spelling_num_ + kFullSplIdStart)
294 spelling_num_ = item_num;
312 qsort(spelling_buf_, spelling_num_, spelling_size_, compare_spl);
331 root_->first_son = construct_spellings_subset(0, spelling_num_, 0, root_);
374 for (uint16 pos = 0; pos < spelling_num_; pos++) {
405 spl_ym_ids_ = new uint8[spelling_num_ + kFullSplIdStart];
409 memset(spl_ym_ids_, 0, sizeof(uint8) * (spelling_num_ + kFullSplIdStart));
411 for (uint16 id = 1; id < spelling_num_ + kFullSplIdStart; id++) {
646 if (fwrite(&spelling_num_, sizeof(size_t), 1, fp) != 1)
656 spelling_num_, fp) != spelling_num_)
669 if (fread(&spelling_num_, sizeof(size_t), 1, fp) != 1)
681 spelling_buf_ = new char[spelling_size_ * spelling_num_];
686 spelling_num_, fp) != spelling_num_)
689 return construct(spelling_buf_, spelling_size_, spelling_num_,
696 f2h_ = new uint16[spelling_num_];
710 return spelling_num_;