Searched refs:_yconv (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Dtzstrftime.c47 static char * _yconv P((int, int, int, int, char *, const char *, int));
202 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 0,
477 pt = _yconv(year, base, 0, 1,
479 } else pt = _yconv(year, base, 1, 1,
519 pt = _yconv(t->tm_year, TM_YEAR_BASE, 0, 1,
523 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 1,
685 _yconv(a, b, convert_top, convert_yy, pt, ptlim, modifier) function

Completed in 74 milliseconds