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

  /packages/inputmethods/PinyinIME/jni/include/
dictbuilder.h 81 size_t total_homo_num_[kMaxLemmaSize]; member in class:ime_pinyin::DictBuilder
  /packages/inputmethods/PinyinIME/jni/share/
dictbuilder.cpp 904 total_homo_num_[level] += homo_num;
973 total_homo_num_[level] += homo_num;
1012 memset(total_homo_num_, 0, sizeof(size_t) * kMaxLemmaSize);
1059 printf("%d, ", total_homo_num_[i]);

Completed in 27 milliseconds