Home
last modified time | relevance | path

Searched refs:raw_spellings_ (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtable.cpp69 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 …]
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtable.h47 RawSpelling *raw_spellings_; variable
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtable.h47 RawSpelling *raw_spellings_; variable