Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtable.cpp88 hash_pos = hash_pos % spelling_max_num_; in get_hash_pos()
94 hash_pos = hash_pos % spelling_max_num_; in hash_pos_next()
120 spelling_max_num_ = get_odd_next(spl_max_num); in init_table()
123 raw_spellings_ = new RawSpelling[spelling_max_num_]; in init_table()
124 spelling_buf_ = new char[spelling_max_num_ * (spelling_size_)]; in init_table()
130 memset(raw_spellings_, 0, spelling_max_num_ * sizeof(RawSpelling)); in init_table()
131 memset(spelling_buf_, 0, spelling_max_num_ * (spelling_size_)); in init_table()
222 qsort(raw_spellings_, spelling_max_num_, sizeof(RawSpelling), in arrange()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtable.h45 size_t spelling_max_num_; variable
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtable.h45 size_t spelling_max_num_; variable