Home | History | Annotate | Download | only in intltest

Lines Matching refs:form1

790     MessageFormat *form1 = new MessageFormat(patternText1, status);
801 form1->setFormat(1, *fileform);
812 logln(form1->format(testArgs, 2, result, bogus, status));
813 failure(status, "form1->format", possibleDataError);
816 failure(status, "form1->format", possibleDataError);
818 delete form1;