mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-2943 false->FALSE
X-SVN-Rev: 13514
This commit is contained in:
parent
db2b7083d7
commit
e5c08d4150
1 changed files with 2 additions and 2 deletions
|
@ -2629,8 +2629,8 @@ int32_t Calendar::handleGetMonthLength(int32_t extendedYear, int32_t month) cons
|
|||
}
|
||||
|
||||
int32_t Calendar::handleGetYearLength(int32_t eyear) const {
|
||||
return handleComputeMonthStart(eyear+1, 0, false) -
|
||||
handleComputeMonthStart(eyear, 0, false);
|
||||
return handleComputeMonthStart(eyear+1, 0, FALSE) -
|
||||
handleComputeMonthStart(eyear, 0, FALSE);
|
||||
}
|
||||
|
||||
int32_t
|
||||
|
|
Loading…
Add table
Reference in a new issue