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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dpunyref.h44 punycode_big_output, /* Output would exceed the space provided. */ enumerator in enum:punycode_status
H A Dpunyref.c146 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;
H A Didnaref.cpp105 case punycode_big_output: /* Output would exceed the space provided. */
/external/icu4c/test/intltest/
H A Dpunyref.h44 punycode_big_output, /* Output would exceed the space provided. */ enumerator in enum:punycode_status
H A Dpunyref.c146 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;
H A Didnaref.cpp105 case punycode_big_output: /* Output would exceed the space provided. */

Completed in 707 milliseconds