Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dpunyref.c241 if (!basic(input[j])) return punycode_bad_input; in punycode_decode()
259 if (in >= input_length) return punycode_bad_input; in punycode_decode()
261 if (digit >= base) return punycode_bad_input; in punycode_decode()
Dpunyref.h43 punycode_bad_input, /* Input is invalid. */ enumerator
Didnaref.cpp103 case punycode_bad_input: /* Input is invalid. */ in getError()