Searched refs:lma_node_num_le0_ (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | dicttrie.cpp | 33 lma_node_num_le0_ = 0; in DictTrie() 116 if (fwrite(&lma_node_num_le0_, sizeof(uint32), 1, fp) != 1) in save_dict() 128 if (fwrite(root_, sizeof(LmaNodeLE0), lma_node_num_le0_, fp) in save_dict() 129 != lma_node_num_le0_) in save_dict() 171 if (fread(&lma_node_num_le0_, sizeof(uint32), 1, fp) != 1) in load_dict() 187 (malloc(lma_node_num_le0_ * sizeof(LmaNodeLE0))); in load_dict() 194 assert(lma_node_num_le0_ <= buf_size); in load_dict() 209 if (fread(root_, sizeof(LmaNodeLE0), lma_node_num_le0_, fp) in load_dict() 210 != lma_node_num_le0_) in load_dict() 224 for (size_t i = 1; i < lma_node_num_le0_; i++) { in load_dict()
|
| H A D | dictbuilder.cpp | 604 dict_trie->lma_node_num_le0_ = lma_nds_used_num_le0_; in build_dict()
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/ |
| H A D | dicttrie.h | 76 uint32 lma_node_num_le0_; variable
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/ |
| H A D | dicttrie.h | 76 uint32 lma_node_num_le0_; variable
|