Searched defs:_ucrun_t (Results 1 – 1 of 1) sorted by relevance
71 typedef struct _ucrun_t { struct72 struct _ucrun_t *visual_prev; /* Pointer to the previous visual run. */ argument73 struct _ucrun_t *visual_next; /* Pointer to the next visual run. */ argument75 struct _ucrun_t *logical_prev; /* Pointer to the previous logical run. */ argument76 struct _ucrun_t *logical_next; /* Pointer to the next logical run. */ argument78 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 …]