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

  /packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp 65 ym_buf_ = NULL;
107 if (NULL != ym_buf_)
108 delete [] ym_buf_;
388 if (NULL != ym_buf_)
389 delete [] ym_buf_;
390 ym_buf_ = new char[ym_item_size * ym_num];
391 if (NULL == ym_buf_) {
396 memcpy(ym_buf_, ym_buf, sizeof(char) * ym_item_size * ym_num);
714 if (NULL == ym_str || NULL == ym_buf_)
718 if (strcmp(ym_buf_ + ym_size_ * pos, ym_str) == 0
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
spellingtrie.h 82 char *ym_buf_; member in class:ime_pinyin::SpellingTrie

Completed in 29 milliseconds