Searched refs:buf_ (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Ddictlist.cpp32 buf_ = NULL;
52 buf_ = static_cast<char16*>(malloc(buf_size * sizeof(char16)));
53 if (NULL == buf_)
72 if (NULL != buf_)
73 free(buf_);
74 buf_ = NULL;
93 if (NULL != buf_)
94 free(buf_);
181 utf16_strncpy(buf_, lemma_arr[0].hanzi_str,
189 utf16_strncpy(buf_
[all...]
/packages/inputmethods/PinyinIME/jni/include/
H A Ddictlist.h41 char16 *buf_; member in class:ime_pinyin::DictList

Completed in 99 milliseconds