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

  /packages/inputmethods/PinyinIME/jni/share/
dictbuilder.cpp 162 homo_idx_num_gt1_ = 0;
365 homo_idx_num_gt1_ = 0;
600 size_t lma_idx_num = homo_idx_num_eq1_ + homo_idx_num_gt1_ + top_lmas_num_;
614 for (size_t pos = 0; pos < homo_idx_num_eq1_ + homo_idx_num_gt1_; pos++) {
619 for (size_t pos = homo_idx_num_eq1_ + homo_idx_num_gt1_;
622 top_lmas_[pos - homo_idx_num_eq1_ - homo_idx_num_gt1_].idx_by_hz;
628 printf("homo_idx_num_gt1_: %d\n", homo_idx_num_gt1_);
872 node_cur_le0->homo_idx_buf_off = homo_idx_num_eq1_ + homo_idx_num_gt1_;
880 (homo_idx_num_eq1_ + homo_idx_num_gt1_));
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
dictbuilder.h 63 size_t homo_idx_num_gt1_; member in class:ime_pinyin::DictBuilder

Completed in 315 milliseconds