Home | History | Annotate | Download | only in intltest

Lines Matching defs:testCase

236 struct TestCase {
244 static const TestCase testCases[]={
561 const TestCase &testCase=testCases[i];
562 UnicodeString input(ctou(testCase.s));
563 UnicodeString expected(ctou(testCase.u));
572 (int)i, testCase.o, testCase.s)
577 uint32_t uniErrors=testCase.errors&~
581 char mode=testCase.o[0];
585 (int)i, testCase.s, (long)uNInfo.getErrors());
591 (int)i, testCase.s, buffer);
594 if(aNInfo.getErrors()!=testCase.errors) {
596 (int)i, testCase.s, (long)aNInfo.getErrors());
603 (int)i, testCase.s, (long)uTInfo.getErrors());
609 (int)i, testCase.s, buffer);
612 if(aTInfo.getErrors()!=testCase.errors) {
614 (int)i, testCase.s, (long)aTInfo.getErrors());
622 (int)i, testCase.s, aNInfo.getErrors(), buffer);
628 (int)i, testCase.s, aTInfo.getErrors(), buffer);
635 m, (int)i, testCase.s, aNInfo.getErrors(), buffer);
639 (int)i, testCase.s, aTInfo.getErrors(), buffer);
650 (int)i, testCase.o, testCase.s)
659 (int)i, testCase.s, aNInfo.getErrors(), buffer, buffer2);
667 (int)i, testCase.s, aNInfo.getErrors(), buffer, buffer2);
675 (int)i, testCase.s, uNInfo.getErrors(), buffer, buffer2);
683 (int)i, testCase.s, uNInfo.getErrors(), buffer, buffer2);
694 (int)i, testCase.o, testCase.s)
704 (int)i, testCase.s, aNInfo.getErrors(), aNLInfo.getErrors(), buffer, buffer2);
710 (int)i, testCase.s, (long)aNLInfo.getErrors());
720 (int)i, testCase.s, aTInfo.getErrors(), aTLInfo.getErrors(), buffer, buffer2);
726 (int)i, testCase.s, (long)aTLInfo.getErrors());
736 (int)i, testCase.s, uNInfo.getErrors(), uNLInfo.getErrors(), buffer, buffer2);
742 (int)i, testCase.s, (long)uNLInfo.getErrors());
752 (int)i, testCase.s, uTInfo.getErrors(), uTLInfo.getErrors(), buffer, buffer2);
758 (int)i, testCase.s, (long)uTLInfo.getErrors());
773 errln("B.process([%d] %s) isTransitionalDifferent()", (int)i, testCase.s);
781 (int)i, testCase.s);
795 testCase.o, (int)i, testCase.s);
800 (int)i, testCase.s);
815 (int)i, testCase.o, testCase.s)
827 (int)i, testCase.s,
835 (int)i, testCase.s,
841 testCase.o, (int)i, testCase.s, (long)aTInfo.getErrors());
850 testCase.o, (int)i, testCase.s);