Home
last modified time | relevance | path

Searched refs:argNameResult (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp563 UnicodeString argNameResult; in testMsgFormatPlural() local
564 mfAlpha->format(argName, &testArgs1, 1, argNameResult, err); in testMsgFormatPlural()
571 if ( numResult1 != argNameResult){ in testMsgFormatPlural()
589 argNameResult.remove(); in testMsgFormatPlural()
590 mfAlpha2->format(argName, &testArgs2, 1, argNameResult, err); in testMsgFormatPlural()
598 if ( numResult1 != argNameResult){ in testMsgFormatPlural()
620 argNameResult.remove(); in testMsgFormatPlural()
621 msgFmt->format(&testArgs3, 1, argNameResult, ignore, err); in testMsgFormatPlural()
625 if ( argNameResult!= UnicodeString("C'est 0,0 fichier dans la liste.")) { in testMsgFormatPlural()
626 errln(UnicodeString("TestMessageFormat::test nested named PluralFormat: ") + argNameResult); in testMsgFormatPlural()