Searched refs:century (Results 1 – 25 of 402) sorted by relevance
12345678910>>...17
/third_party/tzdata/ |
D | leapseconds.awk | 192 quadcentury, century, quadyear, year, month, day) 216 century = int(day / ss_century_days) 217 century -= century == 4 218 day -= century * ss_century_days 239 ss_year = 1600 + quadcentury * 400 + century * 100 + quadyear * 4 + year
|
D | newstrftime.3.txt | 37 %C is replaced by the century (a year divided by 100 and truncated 52 %G is replaced by the ISO 8601 year with century as a decimal 55 %g is replaced by the ISO 8601 year without century as a decimal 122 %Y is replaced by the year with century as a decimal number. 124 %y is replaced by the year without century as a decimal number
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
D | strptime.c | 14 int want_century = 0, century = 0, relyear = 0; in strptime() local 49 dest = ¢ury; in strptime() 202 if (want_century & 2) tm->tm_year += century * 100 - 1900; in strptime()
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
D | strptime.c | 14 int want_century = 0, century = 0, relyear = 0; in strptime() local 49 dest = ¢ury; in strptime() 202 if (want_century & 2) tm->tm_year += century * 100 - 1900; in strptime()
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
D | strptime.c | 14 int want_century = 0, century = 0, relyear = 0; in strptime() local 49 dest = ¢ury; in strptime() 202 if (want_century & 2) tm->tm_year += century * 100 - 1900; in strptime()
|
/third_party/musl/src/time/ |
D | strptime.c | 14 int want_century = 0, century = 0, relyear = 0; in strptime() local 49 dest = ¢ury; in strptime() 202 if (want_century & 2) tm->tm_year += century * 100 - 1900; in strptime()
|
/third_party/icu/icu4c/source/data/unit/ |
D | ce.txt | 12 century{ 167 century{
|
D | bs_Cyrl.txt | 62 century{ 282 century{
|
D | fr_HT.txt | 31 century{
|
D | sah.txt | 72 century{ 353 century{
|
D | ig.txt | 7 century{
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/ |
D | ce.txt | 12 century{ 167 century{
|
D | fr_HT.txt | 31 century{
|
D | sah.txt | 72 century{ 353 century{
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | ce.txt | 12 century{ 167 century{
|
D | bs_Cyrl.txt | 62 century{ 282 century{
|
D | fr_HT.txt | 31 century{
|
D | sah.txt | 72 century{ 353 century{
|
D | ig.txt | 7 century{
|
D | sr_Cyrl_BA.txt | 10 century{
|
/third_party/icu/icu4c/source/data/translit/ |
D | la_la_FONIPA.txt | 23 æ → aj; # 19th century English orthography 46 œ → oj; # 19th century English orthography
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | la_la_FONIPA.txt | 23 æ → aj; # 19th century English orthography 46 œ → oj; # 19th century English orthography
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | la_la_FONIPA.txt | 22 æ → aj; # 19th century English orthography 45 œ → oj; # 19th century English orthography
|
/third_party/musl/porting/linux/user/src/time/ |
D | strptime.c | 136 int want_century = 0, century = 0, relyear = 0; in strptime() local 179 dest = ¢ury; in strptime() 445 tm->tm_year += century * __STRPTIME_YEARS_PER_CENTURY - __STRPTIME_EPOCH; in strptime()
|
/third_party/boost/boost/date_time/ |
D | date_iterator.hpp | 17 enum date_resolutions {day, week, months, year, decade, century, NumDateResolutions}; enumerator
|
12345678910>>...17