Searched refs:monthLengths (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DUtils.cpp64 const int monthLengths[12] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; local
91 result += monthLengths[i];
H A DUdfStructures.cpp214 const int monthLengths[12] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; local
215 int result = monthLengths[month];
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DUtils.cpp104 const int monthLengths[12] local
134 result += monthLengths[i];
H A DUdfStructures.cpp233 const int monthLengths[12] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; local
234 int result = monthLengths[month];

Completed in 90 milliseconds