Home
last modified time | relevance | path

Searched refs:kMaxDaysPerMonth (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tests/kits/locale/
H A DRelativeDateTimeFormatTest.cpp21 const int kMaxDaysPerMonth = 31; variable
86 {"en", "en_US", 4 * kMaxDaysPerMonth * kHoursPerDay * kMinutesPerHour in TestFormat()
88 {"en", "en_US", -4 * kMaxDaysPerMonth * kHoursPerDay * kMinutesPerHour in TestFormat()
90 {"en", "en_US", 2 * kMonthsPerYear * kMaxDaysPerMonth * kHoursPerDay in TestFormat()
92 {"en", "en_US", -2 * kMonthsPerYear * kMaxDaysPerMonth * kHoursPerDay in TestFormat()