Home | History | Annotate | Download | only in intltest

Lines Matching refs:numResult1

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