Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Ddictbuilder.cpp155 lma_nodes_ge1_ = NULL; in DictBuilder()
197 lma_nodes_ge1_ = new LmaNodeGE1[lemma_num_]; in alloc_resource()
206 NULL == lma_nodes_ge1_ || NULL == homo_idx_buf_) { in alloc_resource()
214 memset(lma_nodes_ge1_, 0, sizeof(LmaNodeGE1) * lemma_num_); in alloc_resource()
341 if (NULL != lma_nodes_ge1_) in free_resource()
342 delete [] lma_nodes_ge1_; in free_resource()
356 lma_nodes_ge1_ = NULL; in free_resource()
611 memcpy(dict_trie->nodes_ge1_, lma_nodes_ge1_, in build_dict()
829 son_1st_ge1 = lma_nodes_ge1_ + lma_nds_used_num_ge1_; in construct_subset()
838 son_1st_ge1 = lma_nodes_ge1_ + lma_nds_used_num_ge1_; in construct_subset()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Ddictbuilder.h52 LmaNodeGE1 *lma_nodes_ge1_; variable
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Ddictbuilder.h52 LmaNodeGE1 *lma_nodes_ge1_; variable