Home | History | Annotate | Download | only in intltest

Lines Matching refs:testArgs

249     Formattable testArgs[] = {
322 form->format(testArgs, count, result, fieldpos, success);
354 if (values == 0 || testArgs[j] != values[j]) {
355 errln(((UnicodeString)"MSG testargs[") + j + "]: " + toString(testArgs[j]));
696 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
703 internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t1");
718 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
725 internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t2");
740 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
747 internalFormat( msgFmt3 , testArgs[i], 1, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat format t3");
762 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
769 internalFormat( msgFmt4 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t4");
786 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13};
794 internalFormat( msgFmt5 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t5");
820 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13,
842 internalFormat( msgFmt6 , testArgs[i], 4, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat format t6");