Searched refs:lv_strcpy (Results 1 – 15 of 15) sorted by relevance
/lvgl-latest/src/others/ime/ |
D | lv_ime_pinyin.c | 941 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/ |
D | lv_string_rtthread.c | 79 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/ |
D | lv_string.h | 112 char * lv_strcpy(char * dst, const char * src);
|
/lvgl-latest/tests/src/test_cases/ |
D | test_profiler.c | 25 lv_strcpy(output_buf[output_line], buf); in flush_cb()
|
/lvgl-latest/src/stdlib/builtin/ |
D | lv_string_builtin.c | 219 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/ |
D | lv_string_clib.c | 79 char * lv_strcpy(char * dst, const char * src) in lv_strcpy() function
|
/lvgl-latest/src/libs/fsdrv/ |
D | lv_fs_stdio.c | 245 lv_strcpy(handle->next_fn, ""); in fs_dir_open() 301 lv_strcpy(handle->next_fn, ""); in fs_dir_read()
|
D | lv_fs_win32.c | 375 lv_strcpy(handle->next_fn, ""); in fs_dir_open() 423 lv_strcpy(handle->next_fn, ""); in fs_dir_read()
|
/lvgl-latest/src/widgets/checkbox/ |
D | lv_checkbox.c | 94 lv_strcpy(cb->txt, txt); in lv_checkbox_set_text()
|
/lvgl-latest/src/drivers/display/fb/ |
D | lv_linux_fbdev.c | 122 lv_strcpy(devname, file); in lv_linux_fbdev_set_file()
|
/lvgl-latest/src/widgets/dropdown/ |
D | lv_dropdown.c | 214 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/ |
D | lv_roller.c | 170 lv_strcpy(&opt_extra[opt_len * i], options); in lv_roller_set_options()
|
/lvgl-latest/src/widgets/label/ |
D | lv_label.c | 1261 lv_strcpy(label->text, text); in copy_text_to_label()
|
/lvgl-latest/src/widgets/table/ |
D | lv_table.c | 1081 lv_strcpy(dst->txt, txt); in copy_cell_txt()
|
/lvgl-latest/src/widgets/textarea/ |
D | lv_textarea.c | 444 lv_strcpy(ta->placeholder_txt, txt); in lv_textarea_set_placeholder_text()
|