HomeSort by relevance Sort by last modified time
    Searched refs:lemma_num_ (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/PinyinIME/jni/share/
dictbuilder.cpp 149 lemma_num_ = 0;
181 lemma_num_ = lma_num;
182 lemma_arr_ = new LemmaEntry[lemma_num_];
188 scis_num_ = lemma_num_ * kMaxLemmaSize;
197 lma_nodes_ge1_ = new LmaNodeGE1[lemma_num_];
199 homo_idx_buf_ = new LemmaIdType[lemma_num_];
211 memset(lemma_arr_, 0, sizeof(LemmaEntry) * lemma_num_);
214 memset(lma_nodes_ge1_, 0, sizeof(LmaNodeGE1) * lemma_num_);
215 memset(homo_idx_buf_, 0, sizeof(LemmaIdType) * lemma_num_);
294 for (size_t pos = 0; pos < lemma_num_; pos++)
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
dictbuilder.h 40 size_t lemma_num_; member in class:ime_pinyin::DictBuilder

Completed in 26 milliseconds