Lines Matching refs:j
115 uint32_t i, j; in lv_text_ap_calc_bytes_count() local
121 j = 0; in lv_text_ap_calc_bytes_count()
123 ch_enc = lv_text_encoded_next(txt, &j); in lv_text_ap_calc_bytes_count()
147 uint32_t index_current, idx_next, idx_previous, i, j; in lv_text_ap_proc() local
158 j = 0; in lv_text_ap_proc()
159 while(j < txt_length) in lv_text_ap_proc()
160 ch_enc[j++] = lv_text_encoded_next(txt, &i); in lv_text_ap_proc()
162 ch_enc[j] = 0; in lv_text_ap_proc()
165 j = 0; in lv_text_ap_proc()
172 ch_fin[j] = ch_enc[i]; in lv_text_ap_proc()
174 j++; in lv_text_ap_proc()
182 ch_fin[j] = ch_enc[i]; in lv_text_ap_proc()
183 j++; in lv_text_ap_proc()
199 ch_fin[j] = lam_alef; in lv_text_ap_proc()
202 j++; in lv_text_ap_proc()
207 …ch_fin[j] = ap_chars_map[index_current].char_end_form + ap_chars_map[index_current].char_middle_fo… in lv_text_ap_proc()
209 …ch_fin[j] = ap_chars_map[index_current].char_end_form + ap_chars_map[index_current].char_beginning… in lv_text_ap_proc()
211 ch_fin[j] = ap_chars_map[index_current].char_end_form; in lv_text_ap_proc()
213 …ch_fin[j] = ap_chars_map[index_current].char_end_form + ap_chars_map[index_current].char_isolated_… in lv_text_ap_proc()
216 j++; in lv_text_ap_proc()
218 ch_fin[j] = 0; in lv_text_ap_proc()
221 for(i = 0; i < j; i++) in lv_text_ap_proc()