Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Ddictbuilder.h81 size_t total_homo_num_[kMaxLemmaSize]; variable
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Ddictbuilder.h81 size_t total_homo_num_[kMaxLemmaSize]; variable
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Ddictbuilder.cpp904 total_homo_num_[level] += homo_num; in construct_subset()
973 total_homo_num_[level] += homo_num; in construct_subset()
1012 memset(total_homo_num_, 0, sizeof(size_t) * kMaxLemmaSize); in stat_init()
1059 printf("%d, ", total_homo_num_[i]); in stat_print()