Lines Matching defs:txt

201 static uint32_t lv_text_get_next_word(const char * txt, const lv_font_t * font,  in lv_text_get_next_word()
321 uint32_t lv_text_get_next_line(const char * txt, uint32_t len, in lv_text_get_next_line()
389 int32_t lv_text_get_width(const char * txt, uint32_t length, const lv_font_t * font, int32_t letter… in lv_text_get_width()
420 int32_t lv_text_get_width_with_flags(const char * txt, uint32_t length, const lv_font_t * font, int… in lv_text_get_width_with_flags()
480 void lv_text_cut(char * txt, uint32_t pos, uint32_t len) in lv_text_cut()
538 void lv_text_encoded_letter_next_2(const char * txt, uint32_t * letter, uint32_t * letter_next, uin… in lv_text_encoded_letter_next_2()
636 static uint32_t lv_text_utf8_next(const char * txt, uint32_t * i) in lv_text_utf8_next()
711 static uint32_t lv_text_utf8_prev(const char * txt, uint32_t * i) in lv_text_utf8_prev()
744 static uint32_t lv_text_utf8_get_byte_id(const char * txt, uint32_t utf8_id) in lv_text_utf8_get_byte_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()
783 static uint32_t lv_text_utf8_get_length(const char * txt) in lv_text_utf8_get_length()
844 static uint32_t lv_text_iso8859_1_next(const char * txt, uint32_t * i) in lv_text_iso8859_1_next()
859 static uint32_t lv_text_iso8859_1_prev(const char * txt, uint32_t * i) in lv_text_iso8859_1_prev()
876 static uint32_t lv_text_iso8859_1_get_byte_id(const char * txt, uint32_t utf8_id) in lv_text_iso8859_1_get_byte_id()
889 static uint32_t lv_text_iso8859_1_get_char_id(const char * txt, uint32_t byte_id) in lv_text_iso8859_1_get_char_id()
901 static uint32_t lv_text_iso8859_1_get_length(const char * txt) in lv_text_iso8859_1_get_length()