Searched defs:monthLengths (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/file_systems/udf/ |
H A D | Utils.cpp | 104 const int monthLengths[12] in decode_time() local
|
H A D | UdfStructures.cpp | 233 const int monthLengths[12] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; in get_month_length() local
|