Searched refs:lma_freq_idx_ (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Dngram.cpp132 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_, sizeo
[all...]
/packages/inputmethods/PinyinIME/jni/include/
H A Dngram.h65 CODEBOOK_TYPE *lma_freq_idx_; member in class:ime_pinyin::NGram

Completed in 79 milliseconds