HomeSort by relevance Sort by last modified time
    Searched refs:punycode_overflow (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/icu/source/test/intltest/
punyref.h 45 punycode_overflow /* Input needs wider integers to process. */ enumerator in enum:punycode_status
punyref.c 177 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;
idnaref.cpp 107 case punycode_overflow : /* Input requires wider integers to process. */
  /external/icu4c/test/intltest/
punyref.h 45 punycode_overflow /* Input needs wider integers to process. */ enumerator in enum:punycode_status
punyref.c 177 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;
idnaref.cpp 107 case punycode_overflow : /* Input requires wider integers to process. */

Completed in 61 milliseconds