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

  /packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp 59 splstr_queried_ = NULL;
80 if (NULL != splstr_queried_)
81 delete [] splstr_queried_;
299 if (NULL != splstr_queried_)
300 delete [] splstr_queried_;
301 splstr_queried_ = new char[spelling_size_];
302 if (NULL == splstr_queried_)
725 splstr_queried_[0] = '\0';
729 snprintf(splstr_queried_, spelling_size_, "%s",
733 snprintf(splstr_queried_, spelling_size_, "%s", "Ch")
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
spellingtrie.h 87 char *splstr_queried_; member in class:ime_pinyin::SpellingTrie

Completed in 1082 milliseconds