Home | History | Annotate | Download | only in intltest

Lines Matching refs:testArgs

248     Formattable testArgs[] = {
313 form->format(testArgs, count, result, fieldpos, success);
345 if (values == 0 || testArgs[j] != values[j]) {
346 errln(((UnicodeString)"MSG testargs[") + j + "]: " + toString(testArgs[j]));
670 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
677 internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t1");
692 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
699 internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t2");
714 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
721 internalFormat( msgFmt3 , testArgs[i], 1, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat format t3");
736 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
743 internalFormat( msgFmt4 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t4");
760 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13};
768 internalFormat( msgFmt5 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t5");
794 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13,
816 internalFormat( msgFmt6 , testArgs[i], 4, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat format t6");