Searched refs:Locale (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/tzcode/ |
D | strftime.c | 62 #define Locale _loc() macro 65 #define Locale (&C_time_locale) macro 200 "?" : Locale->weekday[t->tm_wday], in _fmt() 206 "?" : Locale->wday[t->tm_wday], in _fmt() 212 "?" : Locale->month[t->tm_mon], in _fmt() 219 "?" : Locale->mon[t->tm_mon], in _fmt() 237 pt = _fmt(Locale->c_fmt, t, pt, ptlim, &warn2); in _fmt() 356 Locale->pm : in _fmt() 357 Locale->am, in _fmt() 362 Locale->pm : in _fmt() [all …]
|
/bionic/libc/upstream-openbsd/lib/libc/time/ |
D | wcsftime.c | 54 #define Locale (&C_time_locale) macro 156 UNKNOWN : Locale->weekday[t->tm_wday], in _fmt() 162 UNKNOWN : Locale->wday[t->tm_wday], in _fmt() 168 UNKNOWN : Locale->month[t->tm_mon], in _fmt() 175 UNKNOWN : Locale->mon[t->tm_mon], in _fmt() 193 pt = _fmt(Locale->c_fmt, t, pt, ptlim, &warn2); in _fmt() 273 Locale->pm : in _fmt() 274 Locale->am, in _fmt() 425 pt = _fmt(Locale->X_fmt, t, pt, ptlim, warnp); in _fmt() 431 pt = _fmt(Locale->x_fmt, t, pt, ptlim, &warn2); in _fmt() [all …]
|