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

/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dunicode.c167 int idx, t_offset, v_offset, l_offset; local
170 t_offset = idx % TCount;
174 if ((t_offset == 0 && vlen < 2) || (t_offset > 0 && vlen < 3))
178 if (t_offset > 0)
179 *v++ = TBase + t_offset;

Completed in 12 milliseconds