HomeSort by relevance Sort by last modified time
    Searched refs:century (Results 1 - 8 of 8) sorted by null

  /bionic/libc/tzcode/
strptime.c 93 int century; member in struct:century_relyear
105 cr.century = TM_YEAR_BASE;
253 case 'C': /* The century number. */
258 cr->century = i * 100;
368 case 'y': /* The year within the century (2 digits). */
394 * last as we can get a century spec (%C) at any time.
397 if (cr->century == TM_YEAR_BASE) {
403 tm->tm_year = cr->relyear + cr->century - TM_YEAR_BASE;
  /external/openssh/openbsd-compat/
strptime.c 73 static int century, relyear; local
76 century = TM_YEAR_BASE;
218 case 'C': /* The century number. */
223 century = i * 100;
334 case 'y': /* The year within the century (2 digits). */
360 * last as we can get a century spec (%C) at any time.
363 if (century == TM_YEAR_BASE) {
369 tm->tm_year = relyear + century - TM_YEAR_BASE;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strptime.py 239 for century, bounds in ((1900, ('69', '99')), (2000, ('00', '68'))):
242 expected_result = century + int(bound)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strptime.py 239 for century, bounds in ((1900, ('69', '99')), (2000, ('00', '68'))):
242 expected_result = century + int(bound)
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 1363 uint8_t century; \/* Index to century in RTC CMOS RAM *\/ member in struct:fadt_descriptor_rev1
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 389 milliseconds