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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dfilechecker.c71 static int get_range(char *s, unsigned long *ucs1,
159 unsigned long ucs1, ucs2; local
172 if (!get_range(p, &ucs1, &ucs2)) {
177 if ((r = idn_ucsset_addrange(set, ucs1, ucs2)) != idn_success)
184 get_range(char *s, unsigned long *ucs1, unsigned long *ucs2) { argument
185 if ((s = get_ucs(s, ucs1)) == NULL)
187 *ucs2 = *ucs1;
204 if (*ucs1 > *ucs2) {
206 "U+%X-U+%X\n", *ucs1, *ucs2));

Completed in 10 milliseconds