Home
last modified time | relevance | path

Searched defs:_ucrun_t (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducpgba.h71 typedef struct _ucrun_t { struct
72 struct _ucrun_t *visual_prev; /* Pointer to the previous visual run. */ argument
73 struct _ucrun_t *visual_next; /* Pointer to the next visual run. */ argument
75 struct _ucrun_t *logical_prev; /* Pointer to the previous logical run. */ argument
76 struct _ucrun_t *logical_next; /* Pointer to the next logical run. */ argument
78 int direction; /* Direction of the run. */
80 long cursor; /* Position of "cursor" in the string. */
82 unsigned long *chars; /* List of characters for the run. */
83 unsigned long *positions; /* List of original positions in source. */
85 unsigned long *source; /* The source string. */
[all …]