Searched defs:century (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/src/time/ |
D | strptime.c | 14 int want_century = 0, century = 0, relyear = 0; in strptime() local
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
D | strptime.c | 14 int want_century = 0, century = 0, relyear = 0; in strptime() local
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
D | strptime.c | 14 int want_century = 0, century = 0, relyear = 0; in strptime() local
|
/third_party/musl/src/time/ |
D | strptime.c | 14 int want_century = 0, century = 0, relyear = 0; in strptime() local
|
/third_party/boost/boost/date_time/ |
D | date_iterator.hpp | 17 enum date_resolutions {day, week, months, year, decade, century, NumDateResolutions}; enumerator
|
/third_party/musl/porting/linux/user/src/time/ |
D | strptime.c | 136 int want_century = 0, century = 0, relyear = 0; in strptime() local
|
/third_party/glib/glib/ |
D | gdate.c | 1308 guint century = (twodigit_start_year / 100) * 100; in g_date_set_parse() local 1363 guint century = (twodigit_start_year / 100) * 100; in g_date_set_parse() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
D | time_test.cc | 546 const auto century = std::chrono::seconds(century_sec); in TEST() local
|
/third_party/abseil-cpp/absl/time/ |
D | time_test.cc | 546 const auto century = std::chrono::seconds(century_sec); in TEST() local
|