Lines Matching refs:j
114 uint32_t i, j; in _lv_txt_ap_calc_bytes_cnt() local
120 j = 0; in _lv_txt_ap_calc_bytes_cnt()
122 ch_enc = _lv_txt_encoded_next(txt, &j); in _lv_txt_ap_calc_bytes_cnt()
146 uint32_t index_current, idx_next, idx_previous, i, j; in _lv_txt_ap_proc() local
157 j = 0; in _lv_txt_ap_proc()
158 while(j < txt_length) in _lv_txt_ap_proc()
159 ch_enc[j++] = _lv_txt_encoded_next(txt, &i); in _lv_txt_ap_proc()
161 ch_enc[j] = 0; in _lv_txt_ap_proc()
164 j = 0; in _lv_txt_ap_proc()
171 ch_fin[j] = ch_enc[i]; in _lv_txt_ap_proc()
173 j++; in _lv_txt_ap_proc()
181 ch_fin[j] = ch_enc[i]; in _lv_txt_ap_proc()
182 j++; in _lv_txt_ap_proc()
198 ch_fin[j] = lam_alef; in _lv_txt_ap_proc()
201 j++; in _lv_txt_ap_proc()
206 …ch_fin[j] = ap_chars_map[index_current].char_end_form + ap_chars_map[index_current].char_middle_fo… in _lv_txt_ap_proc()
208 …ch_fin[j] = ap_chars_map[index_current].char_end_form + ap_chars_map[index_current].char_begining_… in _lv_txt_ap_proc()
210 ch_fin[j] = ap_chars_map[index_current].char_end_form; in _lv_txt_ap_proc()
212 …ch_fin[j] = ap_chars_map[index_current].char_end_form + ap_chars_map[index_current].char_isolated_… in _lv_txt_ap_proc()
215 j++; in _lv_txt_ap_proc()
217 ch_fin[j] = 0; in _lv_txt_ap_proc()
220 for(i = 0; i < j; i++) in _lv_txt_ap_proc()