Home | History | Annotate | Download | only in intltest

Lines Matching full:origformat

2352     UnicodeString origFormat;
2353 en_full->format(*c, origFormat, pos);
2355 if(parseFormat!=origFormat) {
2356 errln("FAIL: Relative Parse ["+bannerStr+"] of "+result+" failed, expected "+parseFormat+" but got "+origFormat);