Home | History | Annotate | Download | only in share

Lines Matching refs:spelling_buf_

55   spelling_buf_ = NULL;
77 if (NULL != spelling_buf_)
78 delete [] spelling_buf_;
284 if (spelling_arr != spelling_buf_) {
285 if (NULL != spelling_buf_)
286 delete [] spelling_buf_;
287 spelling_buf_ = new char[item_size * item_num];
288 if (NULL == spelling_buf_)
290 memcpy(spelling_buf_, spelling_arr, sizeof(char) * item_size * item_num);
312 qsort(spelling_buf_, spelling_num_, spelling_size_, compare_spl);
375 const char *spl_str = spelling_buf_ + spelling_size_ * pos;
436 const char *spelling_last_start = spelling_buf_ + spelling_size_ * item_start;
443 const char *spelling_current = spelling_buf_ + spelling_size_ * i;
462 spelling_last_start = spelling_buf_ + spelling_size_ * item_start;
472 const char *spelling_current = spelling_buf_ + spelling_size_ * i;
640 if (NULL == fp || NULL == spelling_buf_)
655 if (fwrite(spelling_buf_, sizeof(char) * spelling_size_,
678 if (NULL != spelling_buf_)
679 delete [] spelling_buf_;
681 spelling_buf_ = new char[spelling_size_ * spelling_num_];
682 if (NULL == spelling_buf_)
685 if (fread(spelling_buf_, sizeof(char) * spelling_size_,
689 return construct(spelling_buf_, spelling_size_, spelling_num_,
730 spelling_buf_ + splid * spelling_size_);
757 (spelling_buf_[splid * spelling_size_ + pos]);
792 (spelling_buf_[splid * spelling_size_ + pos]);