Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp566 UnicodeString argNameResult; in testMsgFormatPlural() local
567 mfAlpha->format(argName, &testArgs1, 1, argNameResult, err); in testMsgFormatPlural()
574 if ( numResult1 != argNameResult){ in testMsgFormatPlural()
592 argNameResult.remove(); in testMsgFormatPlural()
593 mfAlpha2->format(argName, &testArgs2, 1, argNameResult, err); in testMsgFormatPlural()
601 if ( numResult1 != argNameResult){ in testMsgFormatPlural()
623 argNameResult.remove(); in testMsgFormatPlural()
624 msgFmt->format(&testArgs3, 1, argNameResult, ignore, err); in testMsgFormatPlural()
628 if ( argNameResult!= UnicodeString("C'est 0,0 fichier dans la liste.")) { in testMsgFormatPlural()
629 errln(UnicodeString("TestMessageFormat::test nested named PluralFormat: ") + argNameResult); in testMsgFormatPlural()