Searched defs:ranges (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Ducsset.c65 * The set of code points is represented by an array of code point ranges.
66 * In the building phase, specified ranges by 'idn_ucsset_add' or
69 * merges any intersecting ranges. Since the array is sorted, a binary
87 int range_start; /* index of ucsset.ranges */
118 int size; /* allocated size of 'ranges' */
119 int nranges; /* num of ranges */
120 range_t *ranges; member in struct:idn_ucsset
141 bm->ranges = NULL;
155 if (ctx->ranges != NULL)
156 free(ctx->ranges);
194 range_t *ranges; local
290 range_t *ranges = ctx->ranges; local
[all...]

Completed in 20 milliseconds