Lines Matching defs:exp
214 char32_t out, exp = L'\0';
226 if (out != exp) {
228 out, exp);
238 char32_t out = 0x12345, exp = 0x12345;
250 if (out != exp) {
252 "zero string, found 0x%x not 0x%x", out, exp);
262 char32_t out = 0x123456, exp = 0x123456;
274 if (out != exp) {
276 "null string, found 0x%x not 0x%x", out, exp);
333 char16_t out = 0x1234, exp = 0x1234;
345 if (out != exp) {
347 "null string, found 0x%x not 0x%x", out, exp);
357 char16_t out, exp = L'\0';
369 if (out != exp) {
371 out, exp);
381 char16_t out = 0x5432, exp = 0x5432;
393 if (out != exp) {
395 "zero length string, found 0x%x not 0x%x", out, exp);