Home
last modified time | relevance | path

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

/lvgl-3.7.0/tests/src/test_cases/
Dtest_txt.c13 bool is_cmd = _lv_txt_is_cmd(&state, character); in test_txt_should_identify_valid_start_of_command() local
15 TEST_ASSERT_TRUE(is_cmd); in test_txt_should_identify_valid_start_of_command()
24 bool is_cmd = _lv_txt_is_cmd(&state, character); in test_txt_should_identify_invalid_start_of_command() local
26 TEST_ASSERT_FALSE(is_cmd); in test_txt_should_identify_invalid_start_of_command()
35 bool is_cmd = _lv_txt_is_cmd(&state, character); in test_txt_should_identify_scaped_command_in_parameter() local
37 TEST_ASSERT_FALSE(is_cmd); in test_txt_should_identify_scaped_command_in_parameter()
46 bool is_cmd = _lv_txt_is_cmd(&state, character); in test_txt_should_skip_color_parameter_in_parameter() local
48 TEST_ASSERT_TRUE(is_cmd); in test_txt_should_skip_color_parameter_in_parameter()
57 bool is_cmd = _lv_txt_is_cmd(&state, character); in test_txt_should_reset_state_when_receiving_color_cmd_while_processing_commands() local
59 TEST_ASSERT_TRUE(is_cmd); in test_txt_should_reset_state_when_receiving_color_cmd_while_processing_commands()
[all …]