Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp555 UnicodeString numResult1; in testMsgFormatPlural() local
556 mfNum->format(&testArgs1, 1, numResult1, ignore, err); in testMsgFormatPlural()
568 if ( numResult1 != argNameResult){ in testMsgFormatPlural()
572 if ( numResult1 != UnicodeString("C\'est 0 fichier dans la liste.")) { in testMsgFormatPlural()
582 numResult1.remove(); in testMsgFormatPlural()
584 mfNum2->format(&testArgs2, 1, numResult1, ignore, err); in testMsgFormatPlural()
595 if ( numResult1 != argNameResult){ in testMsgFormatPlural()
599 if ( numResult1 != UnicodeString("There are 4,0 zavoda in the directory.")) { in testMsgFormatPlural()