mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-4084 The language isn't needed.
X-SVN-Rev: 16292
This commit is contained in:
parent
6d2df6345d
commit
c3e9229f9e
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue