Searched refs:lv_ap_get_char_index (Results 1 – 1 of 1) sorted by relevance
39 static uint32_t lv_ap_get_char_index(uint16_t c);124 current_ap_idx = lv_ap_get_char_index(ch_enc); in lv_text_ap_calc_bytes_count()168 index_current = lv_ap_get_char_index(ch_enc[i]); in lv_text_ap_proc()169 idx_next = lv_ap_get_char_index(ch_enc[i + 1]); in lv_text_ap_proc()178 …idx_next = lv_ap_get_char_index(ch_enc[i + 2]); // Skip the vowel character to join with the chara… in lv_text_ap_proc()257 static uint32_t lv_ap_get_char_index(uint16_t c) in lv_ap_get_char_index() function