Home | History | Annotate | Download | only in intltest

Lines Matching defs:in

24     and distribute it in any way that does not diminish the rights
37 /* Implementation (would normally go in its own .c file): */
60 /* point (for use in representing integers) in the range 0 to */
70 /* (when used for representing integers) is d, which needs to be in */
72 /* nonzero, in which case the uppercase form is used. The behavior */
223 b, j, in, oldi, w, k, digit, t;
248 for (in = b > 0 ? b + 1 : 0; in < input_length; ++out) {
250 /* in is the index of the next character to be consumed, and */
251 /* out is the number of code points in the output array. */
259 if (in >= input_length) return punycode_bad_input;
260 digit = decode_digit(input[in++]);
289 case_flags[i] = flagged(input[in - 1]);