Home
last modified time | relevance | path

Searched refs:punycode_big_output (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
Dpunyref.c146 if (max_out - out < 2) return punycode_big_output; in punycode_encode()
191 if (out >= max_out) return punycode_big_output; in punycode_encode()
237 if (b > max_out) return punycode_big_output; in punycode_decode()
284 if (out >= max_out) return punycode_big_output; in punycode_decode()
Dpunyref.h44 punycode_big_output, /* Output would exceed the space provided. */ enumerator
Didnaref.cpp105 case punycode_big_output: /* Output would exceed the space provided. */ in getError()