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

  /packages/inputmethods/PinyinIME/jni/include/
dictbuilder.h 73 size_t max_sonbuf_len_[kMaxLemmaSize]; member in class:ime_pinyin::DictBuilder
  /packages/inputmethods/PinyinIME/jni/share/
dictbuilder.cpp 800 if (parent_son_num > max_sonbuf_len_[level])
801 max_sonbuf_len_[level] = parent_son_num;
1005 memset(max_sonbuf_len_, 0, sizeof(size_t) * kMaxLemmaSize);
1024 printf("%d, ", max_sonbuf_len_[i]);

Completed in 27 milliseconds