mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-12018 Fix compile issue for some build targets.
X-SVN-Rev: 38366
This commit is contained in:
parent
255a48d30a
commit
15ed0f801d
1 changed files with 1 additions and 1 deletions
|
@ -637,7 +637,7 @@ static void loadWeekdayNames(UnicodeString absoluteUnits[UDAT_STYLE_COUNT]
|
|||
DateFormatSymbols::DtWidthType dtfmtWidth = styleToDateFormatSymbolWidth[style];
|
||||
int32_t count;
|
||||
const UnicodeString* weekdayNames =
|
||||
dfSym.getWeekdays(count, DateFormatSymbols::DtContextType::STANDALONE, dtfmtWidth);
|
||||
dfSym.getWeekdays(count, DateFormatSymbols::STANDALONE, dtfmtWidth);
|
||||
for (int32_t dayIndex = UDAT_ABSOLUTE_SUNDAY;
|
||||
dayIndex <= UDAT_ABSOLUTE_SATURDAY; ++ dayIndex) {
|
||||
int32_t dateSymbolIndex = (dayIndex - UDAT_ABSOLUTE_SUNDAY) + UCAL_SUNDAY;
|
||||
|
|
Loading…
Add table
Reference in a new issue