Lines Matching refs:cur_code
209 unsigned long cur_code, next_code, delta;
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++;