Lines Matching refs:testArgs
249 Formattable testArgs[] = { in PatternTest() local
322 form->format(testArgs, count, result, fieldpos, success); in PatternTest()
354 if (values == 0 || testArgs[j] != values[j]) { in PatternTest()
355 errln(((UnicodeString)"MSG testargs[") + j + "]: " + toString(testArgs[j])); in PatternTest()
696 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local
703 …internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testS… in testMsgFormatSelect()
718 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local
725 …internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testS… in testMsgFormatSelect()
740 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local
747 …internalFormat( msgFmt3 , testArgs[i], 1, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat… in testMsgFormatSelect()
763 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local
770 …internalFormat( msgFmt4 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testS… in testMsgFormatSelect()
786 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13}; in testMsgFormatSelect() local
794 …internalFormat( msgFmt5 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testS… in testMsgFormatSelect()
820 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13, in testMsgFormatSelect() local
842 …internalFormat( msgFmt6 , testArgs[i], 4, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat… in testMsgFormatSelect()