Searched refs:argNameResult (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tmsgfmt.cpp | 565 UnicodeString argNameResult; in testMsgFormatPlural() local 566 mfAlpha->format(argName, &testArgs1, 1, argNameResult, err); in testMsgFormatPlural() 573 if ( numResult1 != argNameResult){ in testMsgFormatPlural() 591 argNameResult.remove(); in testMsgFormatPlural() 592 mfAlpha2->format(argName, &testArgs2, 1, argNameResult, err); in testMsgFormatPlural() 600 if ( numResult1 != argNameResult){ in testMsgFormatPlural() 622 argNameResult.remove(); in testMsgFormatPlural() 623 msgFmt->format(&testArgs3, 1, argNameResult, ignore, err); in testMsgFormatPlural() 627 if ( argNameResult!= UnicodeString("C'est 0,0 fichier dans la liste.")) { in testMsgFormatPlural() 628 errln(UnicodeString("TestMessageFormat::test nested named PluralFormat: ") + argNameResult); in testMsgFormatPlural()
|