ICU-4084 The language isn't needed.

X-SVN-Rev: 16292
This commit is contained in:
George Rhoten 2004-09-10 04:57:34 +00:00
parent 6d2df6345d
commit c3e9229f9e
2 changed files with 2 additions and 2 deletions

View file

@ -698,7 +698,7 @@ HebrewCalendar::initializeSystemDefaultCentury()
if (fgSystemDefaultCenturyStart == fgSystemDefaultCentury)
{
UErrorCode status = U_ZERO_ERROR;
HebrewCalendar calendar(Locale("he@calendar=hebrew"),status);
HebrewCalendar calendar(Locale("@calendar=hebrew"),status);
if (U_SUCCESS(status))
{
calendar.setTime(Calendar::getNow(), status);

View file

@ -487,7 +487,7 @@ IslamicCalendar::initializeSystemDefaultCentury()
if (fgSystemDefaultCenturyStart == fgSystemDefaultCentury)
{
UErrorCode status = U_ZERO_ERROR;
IslamicCalendar calendar(Locale("ar@calendar=islamic-civil"),status);
IslamicCalendar calendar(Locale("@calendar=islamic-civil"),status);
if (U_SUCCESS(status))
{
calendar.setTime(Calendar::getNow(), status);