Lines Matching refs:uint16_t
30 uint16_t row = 0; in test_table_should_return_assigned_cell_value()
31 uint16_t column = 0; in test_table_should_return_assigned_cell_value()
42 uint16_t original_column_count = lv_table_get_column_count(table); in test_table_should_grow_columns_automatically_when_setting_formatted_cell_value()
49 uint16_t expected_column_count = original_column_count + 1; in test_table_should_grow_columns_automatically_when_setting_formatted_cell_value()
211 const uint16_t initial_col_num = 8; in test_table_should_reduce_cells()
212 const uint16_t initial_row_num = 1; in test_table_should_reduce_cells()
213 const uint16_t final_col_num = 4; in test_table_should_reduce_cells()
214 const uint16_t final_row_num = 1; in test_table_should_reduce_cells()
241 const uint16_t initial_col_num = 8; in test_table_should_reduce_cells_with_more_than_one_row()
242 const uint16_t initial_row_num = 2; in test_table_should_reduce_cells_with_more_than_one_row()
243 const uint16_t final_col_num = 4; in test_table_should_reduce_cells_with_more_than_one_row()
244 const uint16_t final_row_num = 1; in test_table_should_reduce_cells_with_more_than_one_row()