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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dunicode.c67 #define SBase 0xac00 macro
74 #define SLast (SBase + LCount * VCount * TCount)
166 if (SBase <= c && c < SLast) {
169 idx = c - SBase;
234 if ((LBase <= c && c < LBase + LCount) || (SBase <= c && c < SLast))
268 *compp = SBase +
271 } else if (SBase <= c1 && c1 < SLast &&
273 (c1 - SBase) % TCount == 0) {

Completed in 6 milliseconds