Home
last modified time | relevance | path

Searched refs:Locale (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/time/
Dwcsftime.c54 #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()
420 pt = _fmt(Locale->X_fmt, t, pt, ptlim, warnp); in _fmt()
426 pt = _fmt(Locale->x_fmt, t, pt, ptlim, &warn2); in _fmt()
[all …]
/bionic/libc/tzcode/
Dstrftime.c69 #define Locale (&C_time_locale) macro
207 "?" : Locale->weekday[t->tm_wday], in _fmt()
213 "?" : Locale->wday[t->tm_wday], in _fmt()
219 "?" : Locale->month[t->tm_mon], in _fmt()
226 "?" : Locale->mon[t->tm_mon], in _fmt()
244 pt = _fmt(Locale->c_fmt, t, pt, ptlim, &warn2); in _fmt()
340 Locale->pm : in _fmt()
341 Locale->am, in _fmt()
501 pt = _fmt(Locale->X_fmt, t, pt, ptlim, warnp); in _fmt()
507 pt = _fmt(Locale->x_fmt, t, pt, ptlim, &warn2); in _fmt()
[all …]