Home
last modified time | relevance | path

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

/lvgl-3.7.0/tests/src/test_cases/
Dtest_txt.c79 size_t msg_len = strlen(msg); in test_txt_should_insert_string_into_another() local
83 _lv_txt_ins(target, msg_len, suffix); in test_txt_should_insert_string_into_another()
92 size_t msg_len = strlen(msg); in test_txt_should_handle_null_pointers_when_inserting() local
96 _lv_txt_ins(target, msg_len, NULL); in test_txt_should_handle_null_pointers_when_inserting()