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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dpunyref.c69 /* encode_digit(d,flag) returns the basic code point whose value */
75 static char encode_digit(punycode_uint d, int flag) function
195 output[out++] = encode_digit(t + (q - t) % (base - t), 0);
199 output[out++] = encode_digit(q, case_flags && case_flags[j]);
/external/icu/icu4c/source/test/intltest/
H A Dpunyref.c69 /* encode_digit(d,flag) returns the basic code point whose value */
75 static char encode_digit(punycode_uint d, int flag) function
195 output[out++] = encode_digit(t + (q - t) % (base - t), 0);
199 output[out++] = encode_digit(q, case_flags && case_flags[j]);

Completed in 1468 milliseconds