Lines Matching refs:txt_length
111 uint32_t txt_length = 0; in _lv_txt_ap_calc_bytes_cnt() local
117 txt_length = _lv_txt_get_encoded_length(txt); in _lv_txt_ap_calc_bytes_cnt()
121 while(i < txt_length) { in _lv_txt_ap_calc_bytes_cnt()
145 uint32_t txt_length = 0; in _lv_txt_ap_proc() local
151 txt_length = _lv_txt_get_encoded_length(txt); in _lv_txt_ap_proc()
153 ch_enc = (uint32_t *)lv_mem_alloc(sizeof(uint32_t) * (txt_length + 1)); in _lv_txt_ap_proc()
154 ch_fin = (uint32_t *)lv_mem_alloc(sizeof(uint32_t) * (txt_length + 1)); in _lv_txt_ap_proc()
158 while(j < txt_length) in _lv_txt_ap_proc()
166 while(i < txt_length) { in _lv_txt_ap_proc()
190 uint8_t conjunction_to_next = ((i == txt_length - 1) || in _lv_txt_ap_proc()
218 for(i = 0; i < txt_length; i++) in _lv_txt_ap_proc()
227 while(i < txt_length) { in _lv_txt_ap_proc()