• 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 uint8_t *expected, size_t expected_length)
45 if (!(u8_cmp (result, expected, expected_length) == 0))
63 if (!(u8_cmp (result, expected, expected_length) == 0))
82 if (!(u8_cmp (result, expected, expected_length) == 0))
103 static const uint8_t expected[] = { 0x41, 0xCC, 0x88 };
104 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
109 static const uint8_t expected[] = { 0x41, 0xCC, 0x88, 0xCC, 0x84 };
110 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
115 static const uint8_t expected[] = { 0x20, 0xCC, 0x88, 0xCD, 0x82 };
116 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
121 static const uint8_t expected[] = { 0x6C };
122 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
127 static const uint8_t expected[] = { 0x20 };
128 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
133 static const uint8_t expected[] = { 0xDA, 0xA4 };
134 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
139 static const uint8_t expected[] = { 0xDA, 0xA4 };
140 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
145 static const uint8_t expected[] = { 0xDA, 0xA4 };
146 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
151 static const uint8_t expected[] = { 0xDA, 0xA4 };
152 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
157 static const uint8_t expected[] = { 0x31, 0x35 };
158 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
163 static const uint8_t expected[] = { 0x54, 0x4D };
164 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
169 static const uint8_t expected[] = { 0x69 };
170 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
175 static const uint8_t expected[] = { 0x28 };
176 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
181 static const uint8_t expected[] = { 0x41 };
182 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
187 static const uint8_t expected[] = { 0xE3, 0x80, 0x81 };
188 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
193 static const uint8_t expected[] = { 0xE3, 0x80, 0x81 };
194 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
199 static const uint8_t expected[] = { 0x4D, 0x48, 0x7A };
200 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
205 static const uint8_t expected[] = { 0x33, 0xE2, 0x81, 0x84, 0x38 };
206 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
211 static const uint8_t expected[] = { 0xCE, 0xBC };
212 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
217 static const uint8_t expected[] =
222 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
227 static const uint8_t expected[] =
229 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
234 static const uint8_t expected[] = { 0xE1, 0x84, 0x80, 0xE1, 0x85, 0xB3 };
235 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
250 static const uint8_t expected[] =
261 ASSERT (check (input, SIZEOF (input), expected, SIZEOF (expected)) == 0);
281 uint8_t *expected = input + (2 * m - 1);
337 expected[0] = 0x41;
338 p = expected + 1;
351 ASSERT (check (input, 2 * m - 1, expected, 2 * m - 1) == 0);