Searched refs:raw_spellings_ (Results 1 – 3 of 3) sorted by relevance
69 raw_spellings_ = NULL; in SpellingTable()99 if (NULL != raw_spellings_) in free_resource()100 delete [] raw_spellings_; in free_resource()101 raw_spellings_ = NULL; in free_resource()123 raw_spellings_ = new RawSpelling[spelling_max_num_]; in init_table()125 if (NULL == raw_spellings_ || NULL == spelling_buf_) { in init_table()130 memset(raw_spellings_, 0, spelling_max_num_ * sizeof(RawSpelling)); in init_table()151 raw_spellings_[hash_pos].str[spelling_size_ - 1] = '\0'; in put_spelling()153 if (strncmp(raw_spellings_[hash_pos].str, spelling_str, in put_spelling()155 raw_spellings_[hash_pos].freq += freq; in put_spelling()[all …]
47 RawSpelling *raw_spellings_; variable