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

  /packages/inputmethods/PinyinIME/jni/include/
dictbuilder.h 74 size_t max_homobuf_len_[kMaxLemmaSize]; member in class:ime_pinyin::DictBuilder
  /packages/inputmethods/PinyinIME/jni/share/
dictbuilder.cpp 901 if (homo_num > max_homobuf_len_[level])
902 max_homobuf_len_[level] = homo_num;
970 if (homo_num > max_homobuf_len_[level])
971 max_homobuf_len_[level] = homo_num;
1006 memset(max_homobuf_len_, 0, sizeof(size_t) * kMaxLemmaSize);
1029 printf("%d, ", max_homobuf_len_[i]);

Completed in 21 milliseconds