HomeSort by relevance Sort by last modified time
    Searched defs:max_out (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/test/intltest/
punyref.c 133 punycode_uint n, delta, h, b, out, max_out, bias, j, m, q, k, t; local
139 max_out = *output_length;
146 if (max_out - out < 2) return punycode_big_output;
191 if (out >= max_out) return punycode_big_output;
222 punycode_uint n, out, i, max_out, bias, local
229 max_out = *output_length;
237 if (b > max_out) return punycode_big_output;
284 if (out >= max_out) return punycode_big_output;
  /external/icu4c/test/intltest/
punyref.c 133 punycode_uint n, delta, h, b, out, max_out, bias, j, m, q, k, t; local
139 max_out = *output_length;
146 if (max_out - out < 2) return punycode_big_output;
191 if (out >= max_out) return punycode_big_output;
222 punycode_uint n, out, i, max_out, bias, local
229 max_out = *output_length;
237 if (b > max_out) return punycode_big_output;
284 if (out >= max_out) return punycode_big_output;

Completed in 4516 milliseconds