Home
last modified time | relevance | path

Searched refs:logical_next (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducpgba.c177 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()
H A Ducpgba.h76 struct _ucrun_t *logical_next; /* Pointer to the next logical run. */ member