Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp560 UnicodeString numResult1; in testMsgFormatPlural() local
561 mfNum->format(&testArgs1, 1, numResult1, ignore, err); in testMsgFormatPlural()
573 if ( numResult1 != argNameResult){ in testMsgFormatPlural()
577 if ( numResult1 != UnicodeString("C\'est 0 fichier dans la liste.")) { in testMsgFormatPlural()
587 numResult1.remove(); in testMsgFormatPlural()
589 mfNum2->format(&testArgs2, 1, numResult1, ignore, err); in testMsgFormatPlural()
600 if ( numResult1 != argNameResult){ in testMsgFormatPlural()
604 if ( numResult1 != UnicodeString("There are 4,0 zavoda in the directory.")) { in testMsgFormatPlural()