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

  /bionic/libc/tzcode/
strftime.c 118 static char * _yconv(int, int, int, int, char *, const char *, int);
230 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 0,
501 pt = _yconv(year, base, 0, 1,
503 } else pt = _yconv(year, base, 1, 1,
543 pt = _yconv(t->tm_year, TM_YEAR_BASE, 0, 1,
547 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 1,
702 _yconv(const int a, const int b, const int convert_top, const int convert_yy, function
  /bionic/libc/upstream-openbsd/lib/libc/time/
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,
401 pt = _yconv(year, base, 0, 1, pt, ptlim);
403 pt = _yconv(year, base, 1, 1, pt, ptlim);
440 pt = _yconv(t->tm_year, TM_YEAR_BASE, 0, 1, pt, ptlim);
443 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 1, pt, ptlim);
529 _yconv(int a, int b, int convert_top, int convert_yy, wchar_t *pt, function

Completed in 70 milliseconds