OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:homo_idx_buf_
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
dictbuilder.h
59
LemmaIdType *
homo_idx_buf_
;
member in class:ime_pinyin::DictBuilder
/packages/inputmethods/PinyinIME/jni/share/
dictbuilder.cpp
160
homo_idx_buf_
= NULL;
199
homo_idx_buf_
= new LemmaIdType[lemma_num_];
206
NULL == lma_nodes_ge1_ || NULL ==
homo_idx_buf_
) {
215
memset(
homo_idx_buf_
, 0, sizeof(LemmaIdType) * lemma_num_);
344
if (NULL !=
homo_idx_buf_
)
345
delete []
homo_idx_buf_
;
357
homo_idx_buf_
= NULL;
616
homo_idx_buf_
[pos]);
886
LemmaIdType* idx_buf =
homo_idx_buf_
+ homo_idx_num_eq1_ +
955
LemmaIdType* idx_buf =
homo_idx_buf_
+ homo_idx_num_eq1_
[
all
...]
Completed in 38 milliseconds