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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dpunyref.h45 punycode_overflow /* Input needs wider integers to process. */ enumerator in enum:punycode_status
H A Dpunyref.c177 if (m - n > (maxint - delta) / (h + 1)) return punycode_overflow;
184 if (++delta == 0) return punycode_overflow;
262 if (digit > (maxint - i) / w) return punycode_overflow;
267 if (w > maxint / (base - t)) return punycode_overflow;
276 if (i / (out + 1) > maxint - n) return punycode_overflow;
H A Didnaref.cpp107 case punycode_overflow : /* Input requires wider integers to process. */
/external/icu4c/test/intltest/
H A Dpunyref.h45 punycode_overflow /* Input needs wider integers to process. */ enumerator in enum:punycode_status
H A Dpunyref.c177 if (m - n > (maxint - delta) / (h + 1)) return punycode_overflow;
184 if (++delta == 0) return punycode_overflow;
262 if (digit > (maxint - i) / w) return punycode_overflow;
267 if (w > maxint / (base - t)) return punycode_overflow;
276 if (i / (out + 1) > maxint - n) return punycode_overflow;
H A Didnaref.cpp107 case punycode_overflow : /* Input requires wider integers to process. */

Completed in 37 milliseconds