Searched refs:lv_text_utf8_get_char_id (Results 1 – 1 of 1) sorted by relevance
38 static uint32_t lv_text_utf8_get_char_id(const char * txt, uint32_t byte_id);64 … uint32_t (*const lv_text_encoded_get_char_id)(const char *, uint32_t) = lv_text_utf8_get_char_id;764 static uint32_t lv_text_utf8_get_char_id(const char * txt, uint32_t byte_id) in lv_text_utf8_get_char_id() function