Searched refs:_yconv (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/time/ |
D | wcsftime.c | 109 static wchar_t * _yconv(int, int, int, int, wchar_t *, const wchar_t *); 186 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 0, in _fmt() 396 pt = _yconv(year, base, 0, 1, pt, ptlim); in _fmt() 398 pt = _yconv(year, base, 1, 1, pt, ptlim); in _fmt() 435 pt = _yconv(t->tm_year, TM_YEAR_BASE, 0, 1, pt, ptlim); in _fmt() 438 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 1, pt, ptlim); in _fmt() 524 _yconv(int a, int b, int convert_top, int convert_yy, wchar_t *pt, in _yconv() function
|
/bionic/libc/tzcode/ |
D | strftime.c | 121 static char * _yconv(int, int, bool, bool, char *, const char *, int); 237 pt = _yconv(t->tm_year, TM_YEAR_BASE, in _fmt() 474 pt = _yconv(year, base, in _fmt() 477 } else pt = _yconv(year, base, in _fmt() 516 pt = _yconv(t->tm_year, TM_YEAR_BASE, in _fmt() 521 pt = _yconv(t->tm_year, TM_YEAR_BASE, in _fmt() 687 _yconv(int a, int b, bool convert_top, bool convert_yy, in _yconv() function
|