Lines Matching defs:testArgs
256 Formattable testArgs[] = {
329 form->format(testArgs, count, result, fieldpos, success);
363 if (values == 0 || testArgs[j] != values[j]) {
364 errln(((UnicodeString)"MSG testargs[") + j + "]: " + toString(testArgs[j]));
704 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
711 internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t1");
726 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
733 internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t2");
748 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
755 internalFormat( msgFmt3 , testArgs[i], 1, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat format t3");
771 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12};
778 internalFormat( msgFmt4 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t4");
795 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13};
803 internalFormat( msgFmt5 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t5");
830 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13,
852 internalFormat( msgFmt6.getAlias(), testArgs[i], 4, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat format t6");