Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Ddictbuilder.cpp852 size_t homo_num = 0; in construct_subset() local
854 homo_num = 1; in construct_subset()
864 homo_num++; in construct_subset()
874 homo_idx_num_eq1_ += homo_num; in construct_subset()
882 homo_idx_num_gt1_ += homo_num; in construct_subset()
885 if (homo_num > 0) { in construct_subset()
887 homo_idx_num_gt1_ - homo_num; in construct_subset()
889 assert(homo_num <= 65535); in construct_subset()
890 node_cur_le0->num_of_homo = static_cast<uint16>(homo_num); in construct_subset()
892 assert(homo_num <= 255); in construct_subset()
[all …]