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

  /packages/inputmethods/PinyinIME/jni/include/
dictbuilder.h 78 size_t total_sonbuf_num_[kMaxLemmaSize]; member in class:ime_pinyin::DictBuilder
  /packages/inputmethods/PinyinIME/jni/share/
dictbuilder.cpp 804 total_sonbuf_num_[level] += 1;
1009 memset(total_sonbuf_num_, 0, sizeof(size_t) * kMaxLemmaSize);
1044 printf("%d, ", total_sonbuf_num_[i]);

Completed in 23 milliseconds