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

/system/core/libcutils/
H A Dtzstrftime.c48 static char * _yconv P((int, int, int, int, char *, const char *, int));
203 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 0,
478 pt = _yconv(year, base, 0, 1,
480 } else pt = _yconv(year, base, 1, 1,
520 pt = _yconv(t->tm_year, TM_YEAR_BASE, 0, 1,
524 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 1,
686 _yconv(a, b, convert_top, convert_yy, pt, ptlim, modifier) function

Completed in 92 milliseconds