Home
last modified time | relevance | path

Searched refs:century (Results 1 – 25 of 106) sorted by relevance

12345

/external/openssh/openbsd-compat/
Dstrptime.c73 static int century, relyear; in _strptime() local
76 century = TM_YEAR_BASE; in _strptime()
223 century = i * 100; in _strptime()
363 if (century == TM_YEAR_BASE) { in _strptime()
369 tm->tm_year = relyear + century - TM_YEAR_BASE; in _strptime()
/external/icu/icu4c/source/data/unit/
Dce.txt12 century{
167 century{
Dfr_HT.txt31 century{
Dsah.txt72 century{
353 century{
Des_AR.txt60 century{
Dmzn.txt115 century{
625 century{
Dth.txt174 century{
962 century{
Dzh.txt174 century{
993 century{
Den_AU.txt197 century{
Dmy.txt174 century{
961 century{
Dpt_PT.txt46 century{
Dzh_Hant_HK.txt77 century{
Dta.txt208 century{
1172 century{
Dky.txt208 century{
1172 century{
Dml.txt208 century{
1167 century{
Dko.txt173 century{
958 century{
Dhy.txt208 century{
1172 century{
Dkm.txt174 century{
961 century{
Dkn.txt208 century{
1172 century{
/external/icu/icu4c/source/data/translit/
Dla_la_FONIPA.txt22 æ → aj; # 19th century English orthography
45 œ → oj; # 19th century English orthography
/external/toybox/toys/posix/
Ddate.c110 century = tm->tm_year - r1; local
115 tm->tm_year = year + century;
/external/syslinux/com32/gplinclude/acpi/
Dfadt.h101 uint8_t century; member
/external/syslinux/com32/gpllib/acpi/
Dfadt.c82 cp_struct(&f->century); in parse_fadt()
/external/libcups/cups/
Dutf8demo.txt72 From a speech of Demosthenes in the 4th century BC:
/external/python/cpython2/Lib/test/
Dtest_strptime.py240 for century, bounds in ((1900, ('69', '99')), (2000, ('00', '68'))):
243 expected_result = century + int(bound)

12345