Searched refs:logical_next (Results 1 – 2 of 2) sorted by relevance
177 str->logical_last->logical_next = run; in _add_run()567 str->cursor = cursor = cursor->logical_next; in _ucstring_logical_cursor_right()581 str->cursor = cursor = cursor->logical_next; in _ucstring_logical_cursor_right()664 str->cursor = cursor = cursor->logical_next; in _ucstring_logical_cursor_left()678 str->cursor = cursor = cursor->logical_next; in _ucstring_logical_cursor_left()
76 struct _ucrun_t *logical_next; /* Pointer to the next logical run. */ member