Home | History | Annotate | Download | only in intltest

Lines Matching refs:expected

36 #define CONFIRM_EQ(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of " + (expected)); }
37 #define CONFIRM_GE(actual,expected) if ((actual)>=(expected)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x >= " + (expected)); }
38 #define CONFIRM_NE(actual,expected) if ((expected)!=(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x != " + (expected)); }
40 #define CONFIRM_UErrorCode(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (UnicodeString)u_errorName(actual) + (UnicodeString)" instead of " + (UnicodeString)u_errorName(expected)); }
323 UnicodeString expected;
349 expected=element;
352 expected+=itoa(row, buf);
357 expected=element;
360 expected+=itoa(row, buf);
361 expected+=itoa(col, buf);
363 CONFIRM_EQ(got, expected);
373 CONFIRM_EQ(got, expected);
474 errln("Construction of default resourcebundle didn't take the defaultlocale. Expected %s Got %s err=%s\n",
534 UnicodeString expected;
561 expected=element;
564 expected+=itoa(row, buf);
569 expected=element;
575 expected+=itoa(row, buf);
576 expected+=itoa(col, buf);
578 CONFIRM_EQ(got, expected);
579 CONFIRM_EQ(bla, expected);
580 CONFIRM_EQ(bla2, expected);
590 CONFIRM_EQ(got, expected);
1012 UChar expected[] = { 'a','b','c','\0','d','e','f' };
1050 if(zeroString[i]!= expected[i]){
1051 logln("Output didnot match Expected: \\u%4X Got: \\u%4X", expected[i], zeroString[i]);
1134 errln("Did not get the expected string for testescape expected. Expected : "
1146 errln("Did not get the expected string for test_underscores.\n");