Searched defs:mdays (Results 1 - 3 of 3) sorted by relevance
| /third_party/node/deps/openssl/openssl/crypto/asn1/ |
| H A D | a_time.c | 80 static const int mdays[12] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; in ossl_asn1_time_to_tm() local
|
| /third_party/openssl/crypto/asn1/ |
| H A D | a_time.c | 80 static const int mdays[12] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; in ossl_asn1_time_to_tm() local
|
| /third_party/python/Lib/ |
| H A D | calendar.py | 45 mdays = [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31] variable
|
Completed in 3 milliseconds