Searched refs:lma_node_num_ge1_ (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | dicttrie.cpp | 35 lma_node_num_ge1_ = 0; in DictTrie() 119 if (fwrite(&lma_node_num_ge1_, sizeof(uint32), 1, fp) != 1) in save_dict() 132 if (fwrite(nodes_ge1_, sizeof(LmaNodeGE1), lma_node_num_ge1_, fp) in save_dict() 133 != lma_node_num_ge1_) in save_dict() 174 if (fread(&lma_node_num_ge1_, sizeof(uint32), 1, fp) != 1) in load_dict() 189 (malloc(lma_node_num_ge1_ * sizeof(LmaNodeGE1))); in load_dict() 213 if (fread(nodes_ge1_, sizeof(LmaNodeGE1), lma_node_num_ge1_, fp) in load_dict() 214 != lma_node_num_ge1_) in load_dict() 469 assert(node->son_1st_off <= lma_node_num_ge1_); in extend_dict1() 611 assert(node_le0->son_1st_off <= lma_node_num_ge1_); in try_extend() [all …]
|
| H A D | dictbuilder.cpp | 605 dict_trie->lma_node_num_ge1_ = lma_nds_used_num_ge1_; in build_dict()
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/ |
| H A D | dicttrie.h | 77 uint32 lma_node_num_ge1_; variable
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/ |
| H A D | dicttrie.h | 77 uint32 lma_node_num_ge1_; variable
|