Home | History | Annotate | Download | only in intltest

Lines Matching defs:testArgs

254     Formattable testArgs[] = {
327 form->format(testArgs, count, result, fieldpos, success);
359 if (values == 0 || testArgs[j] != values[j]) {
360 errln(((UnicodeString)"MSG testargs[") + j + "]: " + toString(testArgs[j]));
701 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
708 internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t1");
723 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
730 internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t2");
745 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
752 internalFormat( msgFmt3 , testArgs[i], 1, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat format t3");
768 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
775 internalFormat( msgFmt4 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t4");
792 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13};
800 internalFormat( msgFmt5 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t5");
826 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13,
848 internalFormat( msgFmt6 , testArgs[i], 4, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat format t6");