Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Ddictbuilder.cpp901 if (homo_num > max_homobuf_len_[level]) in construct_subset()
902 max_homobuf_len_[level] = homo_num; in construct_subset()
970 if (homo_num > max_homobuf_len_[level]) in construct_subset()
971 max_homobuf_len_[level] = homo_num; in construct_subset()
1006 memset(max_homobuf_len_, 0, sizeof(size_t) * kMaxLemmaSize); in stat_init()
1029 printf("%d, ", max_homobuf_len_[i]); in stat_print()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Ddictbuilder.h74 size_t max_homobuf_len_[kMaxLemmaSize]; variable
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Ddictbuilder.h74 size_t max_homobuf_len_[kMaxLemmaSize]; variable