Searched refs:SIZEOF (Results 76 - 100 of 262) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unilbrk/
H A Dtest-u16-width-linebreaks.c45 char *p = (char *) malloc (SIZEOF (input));
48 u16_width_linebreaks (input, SIZEOF (input), 25, 0, 0, NULL, "GB18030", p);
59 char *p = (char *) malloc (SIZEOF (input));
62 u16_width_linebreaks (input, SIZEOF (input), 25, 0, 0, NULL, "GB2312", p);
H A Dtest-u32-possible-linebreaks.c45 char *p = (char *) malloc (SIZEOF (input));
48 u32_possible_linebreaks (input, SIZEOF (input), "GB18030", p);
64 char *p = (char *) malloc (SIZEOF (input));
67 u32_possible_linebreaks (input, SIZEOF (input), "GB2312", p);
H A Dtest-u32-width-linebreaks.c45 char *p = (char *) malloc (SIZEOF (input));
48 u32_width_linebreaks (input, SIZEOF (input), 25, 0, 0, NULL, "GB18030", p);
59 char *p = (char *) malloc (SIZEOF (input));
62 u32_width_linebreaks (input, SIZEOF (input), 25, 0, 0, NULL, "GB2312", p);
H A Dtest-u8-possible-linebreaks.c39 char *p = (char *) malloc (SIZEOF (input));
42 u8_possible_linebreaks (input, SIZEOF (input), "GB18030", p);
58 char *p = (char *) malloc (SIZEOF (input));
61 u8_possible_linebreaks (input, SIZEOF (input), "GB2312", p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unistr/
H A Dtest-cpy-alloc.h27 for (n = 0; n <= SIZEOF (src); n++)
H A Dtest-u16-to-u32.c109 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
122 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
130 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
137 result = u16_to_u32 (input, SIZEOF (input), NULL, &length);
143 result = u16_to_u32 (input, SIZEOF (input), preallocated, &length);
148 length = SIZEOF (preallocated);
149 result = u16_to_u32 (input, SIZEOF (inpu
[all...]
H A Dtest-u16-to-u8.c111 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
124 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
133 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
140 result = u16_to_u8 (input, SIZEOF (input), NULL, &length);
146 result = u16_to_u8 (input, SIZEOF (input), preallocated, &length);
151 length = SIZEOF (preallocated);
152 result = u16_to_u8 (input, SIZEOF (inpu
[all...]
H A Dtest-u32-to-u16.c109 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
122 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
130 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
137 result = u32_to_u16 (input, SIZEOF (input), NULL, &length);
143 result = u32_to_u16 (input, SIZEOF (input), preallocated, &length);
148 length = SIZEOF (preallocated);
149 result = u32_to_u16 (input, SIZEOF (inpu
[all...]
H A Dtest-u32-to-u8.c111 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
124 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
133 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
140 result = u32_to_u8 (input, SIZEOF (input), NULL, &length);
146 result = u32_to_u8 (input, SIZEOF (input), preallocated, &length);
151 length = SIZEOF (preallocated);
152 result = u32_to_u8 (input, SIZEOF (inpu
[all...]
H A Dtest-u8-to-u16.c111 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
124 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
132 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
139 result = u8_to_u16 (input, SIZEOF (input), NULL, &length);
145 result = u8_to_u16 (input, SIZEOF (input), preallocated, &length);
150 length = SIZEOF (preallocated);
151 result = u8_to_u16 (input, SIZEOF (inpu
[all...]
H A Dtest-u8-to-u32.c111 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
124 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
132 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
139 result = u8_to_u32 (input, SIZEOF (input), NULL, &length);
145 result = u8_to_u32 (input, SIZEOF (input), preallocated, &length);
150 length = SIZEOF (preallocated);
151 result = u8_to_u32 (input, SIZEOF (inpu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/uniwbrk/
H A Dtest-u16-wordbreaks.c43 char *p = (char *) malloc (SIZEOF (input));
46 u16_wordbreaks (input, SIZEOF (input), p);
74 char *p = (char *) malloc (SIZEOF (input));
77 u16_wordbreaks (input, SIZEOF (input), p);
H A Dtest-u32-wordbreaks.c43 char *p = (char *) malloc (SIZEOF (input));
46 u32_wordbreaks (input, SIZEOF (input), p);
74 char *p = (char *) malloc (SIZEOF (input));
77 u32_wordbreaks (input, SIZEOF (input), p);
H A Dtest-u8-wordbreaks.c37 char *p = (char *) malloc (SIZEOF (input));
40 u8_wordbreaks (input, SIZEOF (input), p);
63 char *p = (char *) malloc (SIZEOF (input));
66 u8_wordbreaks (input, SIZEOF (input), p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniconv/
H A Du16-strconv-to-enc.c31 #define SIZEOF(array) (sizeof (array) / sizeof (array[0])) macro
H A Du32-conv-to-enc.c31 #define SIZEOF(array) (sizeof (array) / sizeof (array[0])) macro
H A Du32-strconv-to-enc.c31 #define SIZEOF(array) (sizeof (array) / sizeof (array[0])) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/uniconv/
H A Dtest-u8-strconv-from-enc.c40 for (h = 0; h < SIZEOF (handlers); h++)
52 for (h = 0; h < SIZEOF (handlers); h++)
66 for (h = 0; h < SIZEOF (handlers); h++)
76 for (h = 0; h < SIZEOF (handlers); h++)
86 for (h = 0; h < SIZEOF (handlers); h++)
H A Dtest-u16-conv-from-enc.c54 for (h = 0; h < SIZEOF (handlers); h++)
73 ASSERT (length == SIZEOF (expected));
74 ASSERT (u16_cmp (result, expected, SIZEOF (expected)) == 0);
87 for (h = 0; h < SIZEOF (handlers); h++)
105 ASSERT (length == SIZEOF (expected));
106 ASSERT (u16_cmp (result, expected, SIZEOF (expected)) == 0);
121 for (h = 0; h < SIZEOF (handlers); h++)
138 ASSERT (length == SIZEOF (expected));
139 ASSERT (u16_cmp (result, expected, SIZEOF (expected)) == 0);
150 for (h = 0; h < SIZEOF (handler
[all...]
H A Dtest-u32-conv-from-enc.c54 for (h = 0; h < SIZEOF (handlers); h++)
73 ASSERT (length == SIZEOF (expected));
74 ASSERT (u32_cmp (result, expected, SIZEOF (expected)) == 0);
87 for (h = 0; h < SIZEOF (handlers); h++)
105 ASSERT (length == SIZEOF (expected));
106 ASSERT (u32_cmp (result, expected, SIZEOF (expected)) == 0);
121 for (h = 0; h < SIZEOF (handlers); h++)
138 ASSERT (length == SIZEOF (expected));
139 ASSERT (u32_cmp (result, expected, SIZEOF (expected)) == 0);
150 for (h = 0; h < SIZEOF (handler
[all...]
H A Dtest-u16-conv-to-enc.c54 for (h = 0; h < SIZEOF (handlers); h++)
66 size_t *offsets = (o ? new_offsets (SIZEOF (input)) : NULL);
69 input, SIZEOF (input),
87 for (h = 0; h < SIZEOF (handlers); h++)
97 size_t *offsets = (o ? new_offsets (SIZEOF (input)) : NULL);
100 input, SIZEOF (input),
149 for (h = 0; h < SIZEOF (handlers); h++)
155 size_t *offsets = (o ? new_offsets (SIZEOF (input)) : NULL);
158 input, SIZEOF (input),
H A Dtest-u32-conv-to-enc.c54 for (h = 0; h < SIZEOF (handlers); h++)
66 size_t *offsets = (o ? new_offsets (SIZEOF (input)) : NULL);
69 input, SIZEOF (input),
87 for (h = 0; h < SIZEOF (handlers); h++)
97 size_t *offsets = (o ? new_offsets (SIZEOF (input)) : NULL);
100 input, SIZEOF (input),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unicase/
H A Dtest-mapping-part2.h26 for (i = 0; i < SIZEOF (mapping); i++)
H A Dtest-predicate-part2.h26 for (i = 0; i < SIZEOF (set); i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/unictype/
H A Dtest-predicate-part2.h26 for (i = 0; i < SIZEOF (set); i++)

Completed in 207 milliseconds

1234567891011