Lines Matching refs:txt_length
112 uint32_t txt_length = 0; in lv_text_ap_calc_bytes_count() local
118 txt_length = lv_text_get_encoded_length(txt); in lv_text_ap_calc_bytes_count()
122 while(i < txt_length) { in lv_text_ap_calc_bytes_count()
146 uint32_t txt_length = 0; in lv_text_ap_proc() local
152 txt_length = lv_text_get_encoded_length(txt); in lv_text_ap_proc()
154 ch_enc = (uint32_t *)lv_malloc(sizeof(uint32_t) * (txt_length + 1)); in lv_text_ap_proc()
155 ch_fin = (uint32_t *)lv_malloc(sizeof(uint32_t) * (txt_length + 1)); in lv_text_ap_proc()
159 while(j < txt_length) in lv_text_ap_proc()
167 while(i < txt_length) { in lv_text_ap_proc()
191 uint8_t conjunction_to_next = ((i == txt_length - 1) || in lv_text_ap_proc()
219 for(i = 0; i < txt_length; i++) in lv_text_ap_proc()
228 while(i < txt_length) { in lv_text_ap_proc()