Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Ddictbuilder.cpp160 homo_idx_buf_ = NULL; in DictBuilder()
199 homo_idx_buf_ = new LemmaIdType[lemma_num_]; in alloc_resource()
206 NULL == lma_nodes_ge1_ || NULL == homo_idx_buf_) { in alloc_resource()
215 memset(homo_idx_buf_, 0, sizeof(LemmaIdType) * lemma_num_); in alloc_resource()
344 if (NULL != homo_idx_buf_) in free_resource()
345 delete [] homo_idx_buf_; in free_resource()
357 homo_idx_buf_ = NULL; in free_resource()
616 homo_idx_buf_[pos]); in build_dict()
886 LemmaIdType* idx_buf = homo_idx_buf_ + homo_idx_num_eq1_ + in construct_subset()
955 LemmaIdType* idx_buf = homo_idx_buf_ + homo_idx_num_eq1_ + in construct_subset()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Ddictbuilder.h59 LemmaIdType *homo_idx_buf_; variable
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Ddictbuilder.h59 LemmaIdType *homo_idx_buf_; variable