Searched refs:CONFIRM_EQ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Drestsnew.cpp36 #define CONFIRM_EQ(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of " + (expected)); } macro
344 CONFIRM_EQ((UnicodeString)bundle.getKey(), (UnicodeString)data[i]);
356 CONFIRM_EQ(bundle.getType(), URES_ARRAY);
368 CONFIRM_EQ(got, expected);
371 CONFIRM_EQ(col, rowbundle.getSize());
375 CONFIRM_EQ(bundle.getType(), (int32_t)URES_STRING);
378 CONFIRM_EQ(got, expected);
383 CONFIRM_EQ(bundle.getSize(), count);
384 CONFIRM_EQ(count, atoi(data[i+1]));
392 CONFIRM_EQ(u_errorNam
[all...]
H A Drestest.cpp38 #define CONFIRM_EQ(actual, expected, myAction) if ((expected)==(actual)) { record_pass(myAction); } else { record_fail(myAction + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of " + (expected) + "\n");} macro
406 CONFIRM_EQ(string, expected_string, action);
434 CONFIRM_EQ(value, expected_string, action);
461 CONFIRM_EQ(string, expected_string, action);
/external/icu/icu4c/source/test/intltest/
H A Drestsnew.cpp36 #define CONFIRM_EQ(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of " + (expected)); } macro
344 CONFIRM_EQ((UnicodeString)bundle.getKey(), (UnicodeString)data[i]);
356 CONFIRM_EQ(bundle.getType(), URES_ARRAY);
368 CONFIRM_EQ(got, expected);
371 CONFIRM_EQ(col, rowbundle.getSize());
375 CONFIRM_EQ(bundle.getType(), (int32_t)URES_STRING);
378 CONFIRM_EQ(got, expected);
383 CONFIRM_EQ(bundle.getSize(), count);
384 CONFIRM_EQ(count, atoi(data[i+1]));
392 CONFIRM_EQ(u_errorNam
[all...]
H A Drestest.cpp37 #define CONFIRM_EQ(actual, expected, myAction) if ((expected)==(actual)) { record_pass(myAction); } else { record_fail(myAction + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of " + (expected) + "\n");} macro
405 CONFIRM_EQ(string, expected_string, action);
433 CONFIRM_EQ(value, expected_string, action);
460 CONFIRM_EQ(string, expected_string, action);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcrestst.c56 #define CONFIRM_EQ(actual,expected) if (u_strcmp(expected,actual)==0){ record_pass(); } else { record_fail(); log_err("%s returned %s instead of %s\n", action, austrdup(actual), austrdup(expected)); } macro
396 CONFIRM_EQ(string, expected_string);
H A Dcreststn.c130 #define CONFIRM_EQ(actual,expected) if (u_strcmp(expected,actual)==0){ record_pass(); } else { record_fail(); log_err("%s returned %s instead of %s\n", action, austrdup(actual), austrdup(expected)); } macro
1718 CONFIRM_EQ(string, expected_string);
1751 CONFIRM_EQ(tres_getString(arrayItem1, -1, NULL, &len, &status),expected_string);
1795 CONFIRM_EQ(string,expected_string);
1844 CONFIRM_EQ(stringValue, expected_string);
1893 CONFIRM_EQ(string,expected_string);
1974 CONFIRM_EQ(string,expected_string);
/external/icu/icu4c/source/test/cintltst/
H A Dcrestst.c54 #define CONFIRM_EQ(actual,expected) if (u_strcmp(expected,actual)==0){ record_pass(); } else { record_fail(); log_err("%s returned %s instead of %s\n", action, austrdup(actual), austrdup(expected)); } macro
394 CONFIRM_EQ(string, expected_string);
H A Dcreststn.c130 #define CONFIRM_EQ(actual,expected) if (u_strcmp(expected,actual)==0){ record_pass(); } else { record_fail(); log_err("%s returned %s instead of %s\n", action, austrdup(actual), austrdup(expected)); } macro
1726 CONFIRM_EQ(string, expected_string);
1759 CONFIRM_EQ(tres_getString(arrayItem1, -1, NULL, &len, &status),expected_string);
1803 CONFIRM_EQ(string,expected_string);
1852 CONFIRM_EQ(stringValue, expected_string);
1901 CONFIRM_EQ(string,expected_string);
1982 CONFIRM_EQ(string,expected_string);

Completed in 430 milliseconds