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

  /packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp 88 hash_pos = hash_pos % spelling_max_num_;
94 hash_pos = hash_pos % spelling_max_num_;
120 spelling_max_num_ = get_odd_next(spl_max_num);
123 raw_spellings_ = new RawSpelling[spelling_max_num_];
124 spelling_buf_ = new char[spelling_max_num_ * (spelling_size_)];
130 memset(raw_spellings_, 0, spelling_max_num_ * sizeof(RawSpelling));
131 memset(spelling_buf_, 0, spelling_max_num_ * (spelling_size_));
222 qsort(raw_spellings_, spelling_max_num_, sizeof(RawSpelling),
  /packages/inputmethods/PinyinIME/jni/include/
spellingtable.h 45 size_t spelling_max_num_; member in class:ime_pinyin::SpellingTable

Completed in 103 milliseconds