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

  /packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp 69 raw_spellings_ = NULL;
99 if (NULL != raw_spellings_)
100 delete [] raw_spellings_;
101 raw_spellings_ = NULL;
123 raw_spellings_ = new RawSpelling[spelling_max_num_];
125 if (NULL == raw_spellings_ || NULL == spelling_buf_) {
130 memset(raw_spellings_, 0, spelling_max_num_ * sizeof(RawSpelling));
151 raw_spellings_[hash_pos].str[spelling_size_ - 1] = '\0';
153 if (strncmp(raw_spellings_[hash_pos].str, spelling_str,
155 raw_spellings_[hash_pos].freq += freq
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
spellingtable.h 47 RawSpelling *raw_spellings_; member in class:ime_pinyin::SpellingTable

Completed in 208 milliseconds