HomeSort by relevance Sort by last modified time
    Searched refs:punycode_uint (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/test/intltest/
punyref.h 51 typedef uint32_t punycode_uint; typedef
56 punycode_uint input_length,
57 const punycode_uint input[],
59 punycode_uint *output_length,
88 punycode_uint input_length,
90 punycode_uint *output_length,
91 punycode_uint output[],
punyref.cpp 55 #define basic(cp) ((punycode_uint)(cp) < 0x80)
65 static punycode_uint decode_digit(punycode_uint cp)
77 static char encode_digit(punycode_uint d, int flag)
88 #define flagged(bcp) ((punycode_uint)(bcp) - 65 < 26)
96 static char encode_basic(punycode_uint bcp, int flag)
104 /* maxint is the maximum value of a punycode_uint variable: */
105 static const punycode_uint maxint = (punycode_uint) (-1);
110 static punycode_uint adapt
    [all...]

Completed in 131 milliseconds