Lines Matching defs:txt
171 static uint32_t lv_txt_get_next_word(const char * txt, const lv_font_t * font, in lv_txt_get_next_word()
279 uint32_t _lv_txt_get_next_line(const char * txt, const lv_font_t * font, in _lv_txt_get_next_line()
343 lv_coord_t lv_txt_get_width(const char * txt, uint32_t length, const lv_font_t * font, lv_coord_t l… in lv_txt_get_width()
434 void _lv_txt_cut(char * txt, uint32_t pos, uint32_t len) in _lv_txt_cut()
493 void _lv_txt_encoded_letter_next_2(const char * txt, uint32_t * letter, uint32_t * letter_next, uin… in _lv_txt_encoded_letter_next_2()
591 static uint32_t lv_txt_utf8_next(const char * txt, uint32_t * i) in lv_txt_utf8_next()
666 static uint32_t lv_txt_utf8_prev(const char * txt, uint32_t * i) in lv_txt_utf8_prev()
699 static uint32_t lv_txt_utf8_get_byte_id(const char * txt, uint32_t utf8_id) in lv_txt_utf8_get_byte_id()
719 static uint32_t lv_txt_utf8_get_char_id(const char * txt, uint32_t byte_id) in lv_txt_utf8_get_char_id()
738 static uint32_t lv_txt_utf8_get_length(const char * txt) in lv_txt_utf8_get_length()
799 static uint32_t lv_txt_iso8859_1_next(const char * txt, uint32_t * i) in lv_txt_iso8859_1_next()
814 static uint32_t lv_txt_iso8859_1_prev(const char * txt, uint32_t * i) in lv_txt_iso8859_1_prev()
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()
844 static uint32_t lv_txt_iso8859_1_get_char_id(const char * txt, uint32_t byte_id) in lv_txt_iso8859_1_get_char_id()
856 static uint32_t lv_txt_iso8859_1_get_length(const char * txt) in lv_txt_iso8859_1_get_length()