OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:punycode_uint
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/icu/source/test/intltest/
punyref.h
49
typedef uint32_t
punycode_uint
;
typedef
54
punycode_uint
input_length,
55
const
punycode_uint
input[],
57
punycode_uint
*output_length,
86
punycode_uint
input_length,
88
punycode_uint
*output_length,
89
punycode_uint
output[],
punyref.c
53
#define basic(cp) ((
punycode_uint
)(cp) < 0x80)
63
static
punycode_uint
decode_digit(
punycode_uint
cp)
75
static char encode_digit(
punycode_uint
d, int flag)
86
#define flagged(bcp) ((
punycode_uint
)(bcp) - 65 < 26)
94
static char encode_basic(
punycode_uint
bcp, int flag)
102
/* maxint is the maximum value of a
punycode_uint
variable: */
103
static const
punycode_uint
maxint = (
punycode_uint
) (-1);
108
static
punycode_uint
adapt
[
all
...]
/external/icu4c/test/intltest/
punyref.h
49
typedef uint32_t
punycode_uint
;
typedef
54
punycode_uint
input_length,
55
const
punycode_uint
input[],
57
punycode_uint
*output_length,
86
punycode_uint
input_length,
88
punycode_uint
*output_length,
89
punycode_uint
output[],
punyref.c
53
#define basic(cp) ((
punycode_uint
)(cp) < 0x80)
63
static
punycode_uint
decode_digit(
punycode_uint
cp)
75
static char encode_digit(
punycode_uint
d, int flag)
86
#define flagged(bcp) ((
punycode_uint
)(bcp) - 65 < 26)
94
static char encode_basic(
punycode_uint
bcp, int flag)
102
/* maxint is the maximum value of a
punycode_uint
variable: */
103
static const
punycode_uint
maxint = (
punycode_uint
) (-1);
108
static
punycode_uint
adapt
[
all
...]
Completed in 22 milliseconds