Home | History | Annotate | Download | only in intltest

Lines Matching refs:format

97                 errln("ERROR:  clone plural format test failed!");
279 plResult = pluralFmt.format(i, status);
486 UnicodeString plResult = plFmt.format(0.0, status); // retrun ONE
487 plResult = plFmt.format(0.5, status); // retrun ONE
488 plResult = plFmt.format(1.0, status); // retrun ONE
489 plResult = plFmt.format(1.9, status); // retrun ONE
490 plResult = plFmt.format(2.0, status); // retrun OTHER
501 UBool overwrite, // overwrite the numberFormat.format result
513 numResult = numFmt->format(i, numResult);
514 plResult = plFmt->format(i, status);
535 errln("ERROR: Unexpected plural format - got:"+plResult+ UnicodeString(" expecting:")+numResult);
575 plResult = plFmt.format(n, status);
577 errln("ERROR: Failed to format number in locale data tests with locale: "+
581 plResult = plFmt.format(n, status);
582 errln("ERROR: Unexpected format result in locale: "+UnicodeString(localeArray[i])+