Home
last modified time | relevance | path

Searched refs:lv_strcpy (Results 1 – 15 of 15) sorted by relevance

/lvgl-latest/src/others/ime/
Dlv_ime_pinyin.c941 lv_strcpy(lv_pinyin_k9_cand_str[i], " "); in pinyin_ime_clear_data()
943 lv_strcpy(lv_pinyin_k9_cand_str[LV_IME_PINYIN_K9_CAND_TEXT_NUM], LV_SYMBOL_RIGHT"\0"); in pinyin_ime_clear_data()
944 lv_strcpy(lv_pinyin_k9_cand_str[LV_IME_PINYIN_K9_CAND_TEXT_NUM + 1], "\0"); in pinyin_ime_clear_data()
968 lv_strcpy(lv_pinyin_k9_cand_str[py_str_i], LV_SYMBOL_RIGHT"\0"); in pinyin_k9_init_data()
971 lv_strcpy(lv_pinyin_k9_cand_str[py_str_i], "\0"); in pinyin_k9_init_data()
974 lv_strcpy(lv_pinyin_k9_cand_str[py_str_i], " \0"); in pinyin_k9_init_data()
1019 lv_strcpy(ll_index->py_str, py_comp); in pinyin_k9_get_legal_py()
1022 lv_strcpy(ll_index->py_str, py_comp); in pinyin_k9_get_legal_py()
1096 lv_strcpy(lv_pinyin_k9_cand_str[LV_IME_PINYIN_K9_CAND_TEXT_NUM], LV_SYMBOL_RIGHT"\0"); in pinyin_k9_fill_cand()
1097 lv_strcpy(lv_pinyin_k9_cand_str[LV_IME_PINYIN_K9_CAND_TEXT_NUM + 1], "\0"); in pinyin_k9_fill_cand()
[all …]
/lvgl-latest/src/stdlib/rtthread/
Dlv_string_rtthread.c79 char * lv_strcpy(char * dst, const char * src) in lv_strcpy() function
108 lv_strcpy(dst + lv_strlen(dst), src); in lv_strcat()
/lvgl-latest/src/stdlib/
Dlv_string.h112 char * lv_strcpy(char * dst, const char * src);
/lvgl-latest/tests/src/test_cases/
Dtest_profiler.c25 lv_strcpy(output_buf[output_line], buf); in flush_cb()
/lvgl-latest/src/stdlib/builtin/
Dlv_string_builtin.c219 char * lv_strcpy(char * dst, const char * src) in lv_strcpy() function
263 lv_strcpy(dst + lv_strlen(dst), src); in lv_strcat()
/lvgl-latest/src/stdlib/clib/
Dlv_string_clib.c79 char * lv_strcpy(char * dst, const char * src) in lv_strcpy() function
/lvgl-latest/src/libs/fsdrv/
Dlv_fs_stdio.c245 lv_strcpy(handle->next_fn, ""); in fs_dir_open()
301 lv_strcpy(handle->next_fn, ""); in fs_dir_read()
Dlv_fs_win32.c375 lv_strcpy(handle->next_fn, ""); in fs_dir_open()
423 lv_strcpy(handle->next_fn, ""); in fs_dir_read()
/lvgl-latest/src/widgets/checkbox/
Dlv_checkbox.c94 lv_strcpy(cb->txt, txt); in lv_checkbox_set_text()
/lvgl-latest/src/drivers/display/fb/
Dlv_linux_fbdev.c122 lv_strcpy(devname, file); in lv_linux_fbdev_set_file()
/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown.c214 lv_strcpy(dropdown->options, options); in lv_dropdown_set_options()
307 lv_strcpy(ins_buf, option); in lv_dropdown_add_option()
/lvgl-latest/src/widgets/roller/
Dlv_roller.c170 lv_strcpy(&opt_extra[opt_len * i], options); in lv_roller_set_options()
/lvgl-latest/src/widgets/label/
Dlv_label.c1261 lv_strcpy(label->text, text); in copy_text_to_label()
/lvgl-latest/src/widgets/table/
Dlv_table.c1081 lv_strcpy(dst->txt, txt); in copy_cell_txt()
/lvgl-latest/src/widgets/textarea/
Dlv_textarea.c444 lv_strcpy(ta->placeholder_txt, txt); in lv_textarea_set_placeholder_text()