Searched refs:decode_digit (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dpunyref.c59 /* decode_digit(cp) returns the numeric value of a basic code */
63 static punycode_uint decode_digit(punycode_uint cp) function
260 digit = decode_digit(input[in++]);
283 /* if (decode_digit(n) <= base) return punycode_invalid_input; */
/external/icu/icu4c/source/test/intltest/
H A Dpunyref.c59 /* decode_digit(cp) returns the numeric value of a basic code */
63 static punycode_uint decode_digit(punycode_uint cp) function
260 digit = decode_digit(input[in++]);
283 /* if (decode_digit(n) <= base) return punycode_invalid_input; */

Completed in 303 milliseconds