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

  /packages/inputmethods/PinyinIME/jni/include/
atomdictbase.h 146 * @param str_buf The buffer to return the Chinese string.
150 virtual uint16 get_lemma_str(LemmaIdType id_lemma, char16 *str_buf,
dictlist.h 94 uint16 get_lemma_str(LemmaIdType id_hz, char16 *str_buf, uint16 str_max);
dicttrie.h 194 uint16 get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, uint16 str_max);
matrixsearch.h 293 uint16 get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, uint16 str_max);
userdict.h 53 uint16 get_lemma_str(LemmaIdType id_lemma, char16* str_buf,
  /external/icu4c/test/cintltst/
putiltst.c 471 uint8_t str_buf[AESTRNCPY_SIZE] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local
475 ret = uprv_aestrncpy(str_buf, src, len);
476 if(ret != str_buf) {
477 log_err("\n%s:%d: FAIL: uprv_aestrncpy returned %p expected %p\n", __FILE__, line, (void*)ret, (void*)str_buf);
479 if(!uprv_memcmp(str_buf, expect, AESTRNCPY_SIZE)) {
482 log_verbose("\n%s:%d: got : %s\n", __FILE__, line, dump_binline(str_buf));
486 log_err ("\n%s:%d: got : %s\n", __FILE__, line, dump_binline(str_buf));
  /packages/inputmethods/PinyinIME/jni/share/
dictlist.cpp 286 uint16 DictList::get_lemma_str(LemmaIdType id_lemma, char16 *str_buf,
288 if (!initialized_ || id_lemma >= start_id_[kMaxLemmaSize] || NULL == str_buf
301 str_buf[len] = buf[len];
303 str_buf[i+1] = (char16)'\0';
matrixsearch.cpp     [all...]
dicttrie.cpp 848 uint16 DictTrie::get_lemma_str(LemmaIdType id_lemma, char16 *str_buf,
850 return dict_list_->get_lemma_str(id_lemma, str_buf, str_max);
userdict.cpp 609 uint16 UserDict::get_lemma_str(LemmaIdType id_lemma, char16* str_buf,
621 str_buf[i] = str[i];
623 str_buf[i] = 0;
    [all...]
  /external/qemu/android/camera/
camera-service.c 128 _append_string(char** str_buf, size_t* str_buf_size, const char* str)
130 const size_t offset = (*str_buf != NULL) ? strlen(*str_buf) : 0;
134 if (*str_buf == NULL) {
144 char* new_buf = (char*)realloc(*str_buf, required_mem);
150 *str_buf = new_buf;
153 memcpy(*str_buf + offset, str, append_bytes);
    [all...]
  /external/libvpx/build/make/
obj_int_extract.c 168 uint8_t *str_buf = base_buf; local
179 str_buf += sc.stroff;
200 str_buf + nl.n_un.n_strx + 1, val);
213 str_buf + nl.n_un.n_strx + 1, val);
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c 2169 char str_buf[50]; local
    [all...]

Completed in 1498 milliseconds