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

  /external/chromium/third_party/icu/source/test/intltest/
punyref.h 44 punycode_big_output, /* Output would exceed the space provided. */ enumerator in enum:punycode_status
punyref.c 146 if (max_out - out < 2) return punycode_big_output;
191 if (out >= max_out) return punycode_big_output;
237 if (b > max_out) return punycode_big_output;
284 if (out >= max_out) return punycode_big_output;
idnaref.cpp 105 case punycode_big_output: /* Output would exceed the space provided. */
  /external/icu4c/test/intltest/
punyref.h 44 punycode_big_output, /* Output would exceed the space provided. */ enumerator in enum:punycode_status
punyref.c 146 if (max_out - out < 2) return punycode_big_output;
191 if (out >= max_out) return punycode_big_output;
237 if (b > max_out) return punycode_big_output;
284 if (out >= max_out) return punycode_big_output;
idnaref.cpp 105 case punycode_big_output: /* Output would exceed the space provided. */

Completed in 484 milliseconds