Searched refs:lv_text_ap_calc_bytes_count (Results 1 – 8 of 8) sorted by relevance
36 uint32_t lv_text_ap_calc_bytes_count(const char * txt);
110 uint32_t lv_text_ap_calc_bytes_count(const char * txt) in lv_text_ap_calc_bytes_count() function
516 size_t len_ap = lv_text_ap_calc_bytes_count(raw_txt); in lv_text_set_text_vfmt()
80 len = lv_text_ap_calc_bytes_count(txt) + 1; in lv_checkbox_set_text()
200 size_t len = lv_text_ap_calc_bytes_count(options) + 1; in lv_dropdown_set_options()276 size_t ins_len = lv_text_ap_calc_bytes_count(option) + 1; in lv_dropdown_add_option()
172 size_t len_ap = lv_text_ap_calc_bytes_count(raw_txt); in lv_table_set_cell_value_fmt()1067 retval = sizeof(lv_table_cell_t) + lv_text_ap_calc_bytes_count(txt) + 1; in get_cell_txt_len()
793 size_t len_ap = lv_text_ap_calc_bytes_count(txt); in draw_main()
1248 len = lv_text_ap_calc_bytes_count(text); in get_text_length()