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

  /packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp 70 spelling_buf_ = NULL;
103 if (NULL != spelling_buf_)
104 delete [] spelling_buf_;
105 spelling_buf_ = NULL;
124 spelling_buf_ = new char[spelling_max_num_ * (spelling_size_)];
125 if (NULL == raw_spellings_ || NULL == spelling_buf_) {
131 memset(spelling_buf_, 0, spelling_max_num_ * (spelling_size_));
186 if (NULL == spelling_str || NULL == spelling_buf_ || frozen_)
218 if (NULL == raw_spellings_ || NULL == spelling_buf_ ||
228 strncpy(spelling_buf_ + pos * spelling_size_, raw_spellings_[pos].str
    [all...]
spellingtrie.cpp 55 spelling_buf_ = NULL;
77 if (NULL != spelling_buf_)
78 delete [] spelling_buf_;
284 if (spelling_arr != spelling_buf_) {
285 if (NULL != spelling_buf_)
286 delete [] spelling_buf_;
287 spelling_buf_ = new char[item_size * item_num];
288 if (NULL == spelling_buf_)
290 memcpy(spelling_buf_, spelling_arr, sizeof(char) * item_size * item_num);
312 qsort(spelling_buf_, spelling_num_, spelling_size_, compare_spl)
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
spellingtable.h 52 char *spelling_buf_; member in class:ime_pinyin::SpellingTable
spellingtrie.h 59 char *spelling_buf_; member in class:ime_pinyin::SpellingTrie

Completed in 4091 milliseconds