OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lma_freq_idx_
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
ngram.cpp
132
lma_freq_idx_
= NULL;
142
if (NULL !=
lma_freq_idx_
)
143
free(
lma_freq_idx_
);
164
if (0 == idx_num_ || NULL == freq_codes_ || NULL ==
lma_freq_idx_
)
174
if (fwrite(
lma_freq_idx_
, sizeof(CODEBOOK_TYPE), idx_num_, fp) != idx_num_)
189
if (NULL !=
lma_freq_idx_
)
190
free(
lma_freq_idx_
);
195
lma_freq_idx_
= static_cast<CODEBOOK_TYPE*>
200
if (NULL ==
lma_freq_idx_
|| NULL == freq_codes_)
207
if (fread(
lma_freq_idx_
, sizeof(CODEBOOK_TYPE), idx_num_, fp) != idx_num_
[
all
...]
/packages/inputmethods/PinyinIME/jni/include/
ngram.h
65
CODEBOOK_TYPE *
lma_freq_idx_
;
member in class:ime_pinyin::NGram
Completed in 60 milliseconds