Searched refs:origLocale (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Ddtfmtrtts.h35 void test(DateFormat *fmt, const Locale &origLocale, UBool timeOnly = FALSE );
H A Ddtfmtrtts.cpp277 void DateFormatRoundTripTest::test(DateFormat *fmt, const Locale &origLocale, UBool timeOnly) argument
288 errln((UnicodeString)"DateFormatRoundTripTest::test, DateFormat getCalendar() returns null for " + origLocale.getName());
293 errln((UnicodeString)"Failure getting min date for " + origLocale.getName());
296 //logln(UnicodeString("Min date is ") + fullFormat(minDate) + " for " + origLocale.getName());
341 failure(status, "fmt->parse", s[loop-1]+" in locale: " + origLocale.getName() + " with pattern: " + pat);
351 errln("FAIL: fmt->format gave 0-length string in " + pat + " with number " + d[loop] + " in locale " + origLocale.getName());
461 " in Locale: " + origLocale.getName());
464 " in Locale: " + origLocale.getName());

Completed in 250 milliseconds