Home | History | Annotate | Download | only in intltest

Lines Matching refs:action

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)); }
330 UnicodeString action;
334 action = "te_IN";
335 action +=".get(";
336 action += data[i];
337 action +=", err)";
341 action = "te_IN";
342 action +=".getKey()";
349 action = data[i];
350 action +=".getNextString(err)";
381 action = data[i];
382 action +=".getSize()";
388 action = "After reaching the end of the Iterator:- ";
389 action +=data[i];
390 action +=".getNext()";
541 UnicodeString action;
545 action = "te_IN";
546 action +=".get(";
547 action += data[i];
548 action +=", err)";
553 action = "te_IN";
554 action +=".getKey()";
561 action = data[i];
562 action +=".getNextString(err)";
634 UnicodeString action;
650 action = "Constructor for ";
651 action += param[i].name;
702 action = param[i].name;
703 action += ".getStringEx(";
704 action += tag;
705 action += ")";
729 action = param[i].name;
730 action += ".get(";
731 action += tag;
732 action += ")";
802 action = param[i].name;
803 action += ".get(";
804 action += tag;
805 action += ")";
893 action = param[i].name;
894 action += ".get(";
895 action += tag;
896 action += ")";
947 action = param[i].name;
948 action += ".get(";
949 action += tag;
950 action += ")";
1009 char action[256];
1043 strcpy(action, "getting and testing of string with embeded zero");
1060 strcpy(action, "getting and testing of binary type");
1073 strcpy(action, "getting and testing of imported binary type");
1086 strcpy(action, "getting and testing of integer types");
1098 strcpy(action, "getting minusone");
1111 strcpy(action, "getting plusone");