Home
last modified time | relevance | path

Searched refs:average_score_ (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp301 average_score_ = average_score; in construct()
327 dumb_node_->score = average_score_; in construct()
331 splitter_node_->score = average_score_; in construct()
656 if (fwrite(&average_score_, sizeof(unsigned char), 1, fp) != 1) in save_spl_trie()
679 if (fread(&average_score_, sizeof(unsigned char), 1, fp) != 1) in load_spl_trie()
694 score_amplifier_, average_score_); in load_spl_trie()
H A Dspellingtable.cpp291 average_score_ = static_cast<uint8>(average_score); in arrange()
295 average_score_); in arrange()
309 return average_score_; in get_average_score()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtable.h61 unsigned char average_score_; variable
H A Dspellingtrie.h72 unsigned char average_score_; variable
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtable.h61 unsigned char average_score_; variable
H A Dspellingtrie.h72 unsigned char average_score_; variable