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

/haiku/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 38 milliseconds