Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Ddictbuilder.h76 size_t total_son_num_[kMaxLemmaSize]; variable
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Ddictbuilder.h76 size_t total_son_num_[kMaxLemmaSize]; variable
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Ddictbuilder.cpp803 total_son_num_[level] += parent_son_num; in construct_subset()
1007 memset(total_son_num_, 0, sizeof(size_t) * kMaxLemmaSize); in stat_init()
1034 printf("%d, ", total_son_num_[i]); in stat_print()