Searched refs:utf8_id (Results 1 – 1 of 1) sorted by relevance
33 static uint32_t lv_txt_utf8_get_byte_id(const char * txt, uint32_t utf8_id);42 static uint32_t lv_txt_iso8859_1_get_byte_id(const char * txt, uint32_t utf8_id);672 static uint32_t lv_txt_utf8_get_byte_id(const char * txt, uint32_t utf8_id) in lv_txt_utf8_get_byte_id() argument676 for(i = 0; i < utf8_id; i++) { in lv_txt_utf8_get_byte_id()803 static uint32_t lv_txt_iso8859_1_get_byte_id(const char * txt, uint32_t utf8_id) in lv_txt_iso8859_1_get_byte_id() argument806 return utf8_id; /*In Non encoded no difference*/ in lv_txt_iso8859_1_get_byte_id()