Searched refs:c2 (Results 1 - 13 of 13) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dunicode.c83 unsigned long c2; /* 2nd character */ member in struct:composition
250 unsigned long c2, unsigned long *compp) {
257 if (c1 > UCS_MAX || c2 > UCS_MAX)
264 VBase <= c2 && c2 < VBase + VCount) {
269 ((c1 - LBase) * VCount + (c2 - VBase)) * TCount;
272 TBase <= c2 && c2 < TBase + TCount &&
277 *compp = c1 + (c2 - TBase);
291 * The composite sequences are sorted by the 2nd character 'c2'
249 idn__unicode_compose(idn__unicode_version_t version, unsigned long c1, unsigned long c2, unsigned long *compp) argument
[all...]
H A Ducs4.c426 unsigned long c1, c2; local
430 c2 = ASCII_TOLOWER(*str2);
431 if (c1 > c2)
433 else if (c1 < c2)
440 c2 = ASCII_TOLOWER(*str2);
441 if (c1 > c2)
443 else if (c1 < c2)
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/include/idn/
H A Dunicode.h133 * Do canonical composition to the character sequence 'c1' and 'c2', put the
145 unsigned long c1, unsigned long c2, unsigned long *compp);
/bind-9.6-ESV-R11/contrib/zkt/
H A Dmisc.c624 int c2; local
637 c2 = getc (fp2);
638 } while ( c1 != EOF && c2 != EOF && c1 == c2 );
643 if ( c1 == c2 )
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dconfig.sub231 convex-c2)
232 basic_machine=c2-convex
H A Dconfig.guess338 else echo c2-convex-bsd
673 c2*)
676 else echo c2-convex-bsd
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dconfig.sub381 convex-c2)
382 basic_machine=c2-convex
H A Dconfig.guess676 else echo c2-convex-bsd
1255 c2*)
1258 else echo c2-convex-bsd
/bind-9.6-ESV-R11/lib/dns/
H A Dname.c763 unsigned char c1, c2; local
798 c2 = maptolower[*label2++];
799 if (c1 < c2)
801 else if (c1 > c2)
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dconfig.sub496 convex-c2)
497 basic_machine=c2-convex
H A Dconfig.guess738 else echo c2-convex-bsd
1438 c2*)
1441 else echo c2-convex-bsd
/bind-9.6-ESV-R11/
H A Dconfig.sub552 convex-c2)
553 basic_machine=c2-convex
H A Dconfig.guess758 else echo c2-convex-bsd
1504 c2*)
1507 else echo c2-convex-bsd

Completed in 60 milliseconds