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

/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dpunycode.c209 unsigned long cur_code, next_code, delta; local
287 cur_code = PUNYCODE_INITIAL_N;
295 * than 'cur_code'. Also remember the index of the
300 if (from[uidx] >= cur_code && from[uidx] < next_code) {
308 delta += (next_code - cur_code) * (ucsdone + 1);
309 cur_code = next_code;
313 * whose code point is 'cur_code'. Use 'limit' to avoid
317 if (from[uidx] < cur_code) {
320 } else if (from[uidx] == cur_code) {
336 cur_code
[all...]

Completed in 975 milliseconds