Searched refs:utf8_id (Results 1 – 1 of 1) sorted by relevance
36 static uint32_t lv_txt_utf8_get_byte_id(const char * txt, uint32_t utf8_id);45 static uint32_t lv_txt_iso8859_1_get_byte_id(const char * txt, uint32_t utf8_id);699 static uint32_t lv_txt_utf8_get_byte_id(const char * txt, uint32_t utf8_id) in lv_txt_utf8_get_byte_id() argument703 for(i = 0; i < utf8_id && txt[byte_cnt] != '\0'; i++) { in lv_txt_utf8_get_byte_id()831 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() argument834 return utf8_id; /*In Non encoded no difference*/ in lv_txt_iso8859_1_get_byte_id()