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

  /bionic/libc/tzcode/
strptime.c 109 static int century, relyear; local
112 century = TM_YEAR_BASE;
251 case 'C': /* The century number. */
256 century = i * 100;
366 case 'y': /* The year within the century (2 digits). */
392 * last as we can get a century spec (%C) at any time.
395 if (century == TM_YEAR_BASE) {
401 tm->tm_year = relyear + century - TM_YEAR_BASE;
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 17 milliseconds