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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dunicode.c68 #define LBase 0x1100 macro
176 *v++ = LBase + l_offset;
234 if ((LBase <= c && c < LBase + LCount) || (SBase <= c && c < SLast))
263 if (LBase <= c1 && c1 < LBase + LCount &&
269 ((c1 - LBase) * VCount + (c2 - VBase)) * TCount;

Completed in 11 milliseconds