Home
last modified time | relevance | path

Searched refs:_lv_txt_ins (Results 1 – 6 of 6) sorted by relevance

/lvgl-3.4.0/tests/src/test_cases/
Dtest_txt.c83 _lv_txt_ins(target, msg_len, suffix); in test_txt_should_insert_string_into_another()
96 _lv_txt_ins(target, msg_len, NULL); in test_txt_should_handle_null_pointers_when_inserting()
/lvgl-3.4.0/src/misc/
Dlv_txt.h131 void _lv_txt_ins(char * txt_buf, uint32_t pos, const char * ins_txt);
Dlv_txt.c412 void _lv_txt_ins(char * txt_buf, uint32_t pos, const char * ins_txt) in _lv_txt_ins() function
/lvgl-3.4.0/src/widgets/
Dlv_dropdown.c239_lv_txt_ins(dropdown->options, _lv_txt_encoded_get_char_id(dropdown->options, insert_pos++), "\n"); in lv_dropdown_add_option()
252_lv_txt_ins(dropdown->options, _lv_txt_encoded_get_char_id(dropdown->options, insert_pos), ins_buf… in lv_dropdown_add_option()
Dlv_textarea.c146 _lv_txt_ins(ta->pwd_tmp, ta->cursor.pos, (const char *)letter_buf); in lv_textarea_add_char()
208 _lv_txt_ins(ta->pwd_tmp, ta->cursor.pos, txt); in lv_textarea_add_text()
Dlv_label.c662 _lv_txt_ins(label->text, pos, txt); in lv_label_ins_text()