OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lma_node_num_ge1_
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
dicttrie.cpp
35
lma_node_num_ge1_
= 0;
119
if (fwrite(&
lma_node_num_ge1_
, sizeof(size_t), 1, fp) != 1)
132
if (fwrite(nodes_ge1_, sizeof(LmaNodeGE1),
lma_node_num_ge1_
, fp)
133
!=
lma_node_num_ge1_
)
175
if (fread(&
lma_node_num_ge1_
, sizeof(size_t), 1, fp) != 1)
190
(malloc(
lma_node_num_ge1_
* sizeof(LmaNodeGE1)));
214
if (fread(nodes_ge1_, sizeof(LmaNodeGE1),
lma_node_num_ge1_
, fp)
215
!=
lma_node_num_ge1_
)
470
assert(node->son_1st_off <=
lma_node_num_ge1_
);
612
assert(node_le0->son_1st_off <=
lma_node_num_ge1_
);
[
all
...]
dictbuilder.cpp
605
dict_trie->
lma_node_num_ge1_
= lma_nds_used_num_ge1_;
/packages/inputmethods/PinyinIME/jni/include/
dicttrie.h
77
size_t
lma_node_num_ge1_
;
member in class:ime_pinyin::DictTrie
Completed in 27 milliseconds