Searched refs:empty_text (Results 1 – 2 of 2) sorted by relevance
37 const char * empty_text = ""; in test_list_gets_empty_text_from_button_without_text() local40 TEST_ASSERT_EQUAL_STRING(empty_text, lv_list_get_button_text(list, button_ok)); in test_list_gets_empty_text_from_button_without_text()
12 static const char * empty_text = ""; variable30 lv_label_set_text(empty_label, empty_text); in setUp()