OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lma_node_num_le0_
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
dicttrie.cpp
33
lma_node_num_le0_
= 0;
116
if (fwrite(&
lma_node_num_le0_
, sizeof(size_t), 1, fp) != 1)
128
if (fwrite(root_, sizeof(LmaNodeLE0),
lma_node_num_le0_
, fp)
129
!=
lma_node_num_le0_
)
172
if (fread(&
lma_node_num_le0_
, sizeof(size_t), 1, fp) != 1)
188
(malloc(
lma_node_num_le0_
* sizeof(LmaNodeLE0)));
195
assert(
lma_node_num_le0_
<= buf_size);
210
if (fread(root_, sizeof(LmaNodeLE0),
lma_node_num_le0_
, fp)
211
!=
lma_node_num_le0_
)
225
for (size_t i = 1; i <
lma_node_num_le0_
; i++)
[
all
...]
dictbuilder.cpp
604
dict_trie->
lma_node_num_le0_
= lma_nds_used_num_le0_;
/packages/inputmethods/PinyinIME/jni/include/
dicttrie.h
76
size_t
lma_node_num_le0_
;
member in class:ime_pinyin::DictTrie
Completed in 717 milliseconds