Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Ddictbuilder.cpp157 lma_nds_used_num_le0_ = 0; in DictBuilder()
192 lma_nds_used_num_le0_ = 0; in alloc_resource()
362 lma_nds_used_num_le0_ = 0; in free_resource()
585 lma_nds_used_num_le0_ = 1; // The root node in build_dict()
598 dict_trie->root_ = new LmaNodeLE0[lma_nds_used_num_le0_]; in build_dict()
604 dict_trie->lma_node_num_le0_ = lma_nds_used_num_le0_; in build_dict()
610 sizeof(LmaNodeLE0) * lma_nds_used_num_le0_); in build_dict()
819 lma_nds_used_num_le0_; in construct_subset()
820 son_1st_le0 = lma_nodes_le0_ + lma_nds_used_num_le0_; in construct_subset()
821 lma_nds_used_num_le0_ += parent_son_num; in construct_subset()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Ddictbuilder.h55 size_t lma_nds_used_num_le0_; variable
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Ddictbuilder.h55 size_t lma_nds_used_num_le0_; variable