Lines Matching full:at
153 * 1. Return i=4, pointing at breakchar ' ', for the string "Test"
155 * 3. Return i=9, pointing at breakchar '\n'
181 uint32_t letter = 0; /*Letter at i*/ in lv_txt_get_next_word()
182 uint32_t letter_next = 0; /*Letter at i_next*/ in lv_txt_get_next_word()
218 /*break_index is now pointing at the character that doesn't fit*/ in lv_txt_get_next_word()
328 /*Always step at least one to avoid infinite loops*/ in _lv_txt_get_next_line()
694 * E.g. in "AÁRT" index of 'R' is 2th char but start at byte 3 because 'Á' is 2 bytes long
714 * E.g. in "AÁRT" index of 'R' is 2th char but start at byte 3 because 'Á' is 2 bytes long
717 * @return character index of the letter at 'byte_id'th position
826 * E.g. in "AÁRT" index of 'R' is 2th char but start at byte 3 because 'Á' is 2 bytes long
839 * E.g. in "AÁRT" index of 'R' is 2th char but start at byte 3 because 'Á' is 2 bytes long
842 * @return character index of the letter at 'byte_id'th position