• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/uninorm/

Lines Matching refs:expected

34        const uint32_t *expected, size_t expected_length)
45 if (!(u32_cmp (result, expected, expected_length) == 0))
63 if (!(u32_cmp (result, expected, expected_length) == 0))
82 if (!(u32_cmp (result, expected, expected_length) == 0))
103 static const uint32_t expected[] = { 0x0041, 0x0308 };
104 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
109 static const uint32_t expected[] = { 0x0041, 0x0308, 0x0304 };
110 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
115 static const uint32_t expected[] = { 0x0020, 0x0308, 0x0342 };
116 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
121 static const uint32_t expected[] = { 0x006C };
122 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
127 static const uint32_t expected[] = { 0x0020 };
128 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
133 static const uint32_t expected[] = { 0x06A4 };
134 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
139 static const uint32_t expected[] = { 0x06A4 };
140 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
145 static const uint32_t expected[] = { 0x06A4 };
146 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
151 static const uint32_t expected[] = { 0x06A4 };
152 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
157 static const uint32_t expected[] = { 0x0031, 0x0035 };
158 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
163 static const uint32_t expected[] = { 0x0054, 0x004D };
164 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
169 static const uint32_t expected[] = { 0x0069 };
170 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
175 static const uint32_t expected[] = { 0x0028 };
176 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
181 static const uint32_t expected[] = { 0x0041 };
182 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
187 static const uint32_t expected[] = { 0x3001 };
188 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
193 static const uint32_t expected[] = { 0x3001 };
194 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
199 static const uint32_t expected[] = { 0x004D, 0x0048, 0x007A };
200 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
205 static const uint32_t expected[] = { 0x0033, 0x2044, 0x0038 };
206 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
211 static const uint32_t expected[] = { 0x03BC };
212 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
217 static const uint32_t expected[] =
221 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
226 static const uint32_t expected[] = { 0x1100, 0x1173, 0x11AF };
227 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
232 static const uint32_t expected[] = { 0x1100, 0x1173 };
233 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
245 static const uint32_t expected[] =
254 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
274 uint32_t *expected = input + m;
313 expected[0] = 0x0041;
314 p = expected + 1;
321 ASSERT (check (input, m, expected, m) == 0);