OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lma_nodes_le0_
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
dictbuilder.h
49
LmaNodeLE0 *
lma_nodes_le0_
;
member in class:ime_pinyin::DictBuilder
/packages/inputmethods/PinyinIME/jni/share/
dictbuilder.cpp
154
lma_nodes_le0_
= NULL;
193
lma_nodes_le0_
= new LmaNodeLE0[kMaxSpellingNum + 1];
205
NULL == spl_parser_ || NULL ==
lma_nodes_le0_
||
213
memset(
lma_nodes_le0_
, 0, sizeof(LmaNodeLE0) * (kMaxSpellingNum + 1));
338
if (NULL !=
lma_nodes_le0_
)
339
delete []
lma_nodes_le0_
;
355
lma_nodes_le0_
= NULL;
586
bool dt_success = construct_subset(static_cast<void*>(
lma_nodes_le0_
),
609
memcpy(dict_trie->root_,
lma_nodes_le0_
,
820
son_1st_le0 =
lma_nodes_le0_
+ lma_nds_used_num_le0_
[
all
...]
Completed in 5509 milliseconds