Lines Matching refs:action
36 …if ((expected)==(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)"…
37 …if ((actual)>=(expected)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)"…
38 …if ((expected)!=(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)"…
40 …if ((expected)==(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)"…
330 UnicodeString action; in TestIteration() local
334 action = "te_IN"; in TestIteration()
335 action +=".get("; in TestIteration()
336 action += data[i]; in TestIteration()
337 action +=", err)"; in TestIteration()
341 action = "te_IN"; in TestIteration()
342 action +=".getKey()"; in TestIteration()
349 action = data[i]; in TestIteration()
350 action +=".getNextString(err)"; in TestIteration()
381 action = data[i]; in TestIteration()
382 action +=".getSize()"; in TestIteration()
388 action = "After reaching the end of the Iterator:- "; in TestIteration()
389 action +=data[i]; in TestIteration()
390 action +=".getNext()"; in TestIteration()
541 UnicodeString action; in TestOtherAPI() local
545 action = "te_IN"; in TestOtherAPI()
546 action +=".get("; in TestOtherAPI()
547 action += data[i]; in TestOtherAPI()
548 action +=", err)"; in TestOtherAPI()
553 action = "te_IN"; in TestOtherAPI()
554 action +=".getKey()"; in TestOtherAPI()
561 action = data[i]; in TestOtherAPI()
562 action +=".getNextString(err)"; in TestOtherAPI()
634 UnicodeString action; in testTag() local
650 action = "Constructor for "; in testTag()
651 action += param[i].name; in testTag()
702 action = param[i].name; in testTag()
703 action += ".getStringEx("; in testTag()
704 action += tag; in testTag()
705 action += ")"; in testTag()
729 action = param[i].name; in testTag()
730 action += ".get("; in testTag()
731 action += tag; in testTag()
732 action += ")"; in testTag()
802 action = param[i].name; in testTag()
803 action += ".get("; in testTag()
804 action += tag; in testTag()
805 action += ")"; in testTag()
893 action = param[i].name; in testTag()
894 action += ".get("; in testTag()
895 action += tag; in testTag()
896 action += ")"; in testTag()
947 action = param[i].name; in testTag()
948 action += ".get("; in testTag()
949 action += tag; in testTag()
950 action += ")"; in testTag()
1009 char action[256]; in TestNewTypes() local
1043 strcpy(action, "getting and testing of string with embeded zero"); in TestNewTypes()
1060 strcpy(action, "getting and testing of binary type"); in TestNewTypes()
1073 strcpy(action, "getting and testing of imported binary type"); in TestNewTypes()
1086 strcpy(action, "getting and testing of integer types"); in TestNewTypes()
1098 strcpy(action, "getting minusone"); in TestNewTypes()
1111 strcpy(action, "getting plusone"); in TestNewTypes()