Home | History | Annotate | Download | only in src

Lines Matching refs:__append

165 static void __append(__iostring &buf, const string& name)
168 static void __append(__iowstring &buf, const wstring& name)
171 static void __append(__iostring &buf, char *first, char *last, const ctype<char>& /* ct */)
174 static void __append(__iowstring &buf, char *first, char *last, const ctype<wchar_t>& ct) {
222 __append(buf, table._M_dayname[t->tm_wday]);
226 __append(buf, table._M_dayname[t->tm_wday + 7]);
230 __append(buf, table._M_monthname[t->tm_mon]);
234 __append(buf, table._M_monthname[t->tm_mon + 12]);
244 __append(buf, _buf, ((long)t->tm_mday < 10L && modifier == '#') ? _buf + 1 : _buf + 2, ct);
249 __append(buf, _buf, _buf + 2, ct);
254 __append(buf, _buf, ((long)t->tm_hour < 10L && modifier == '#') ? _buf + 1 : _buf + 2, ct);
259 __append(buf, _buf, ((long)__hour12(t->tm_hour) < 10L && modifier == '#') ? _buf + 1 : _buf + 2, ct);
264 __append(buf, _buf, _bend, ct);
269 __append(buf, _buf, ((long)(t->tm_mon + 1) < 10L && modifier == '#') ? _buf + 1 : _buf + 2, ct);
274 __append(buf, _buf, ((long)t->tm_min < 10L && modifier == '#') ? _buf + 1 : _buf + 2, ct);
278 __append(buf, table._M_am_pm[t->tm_hour / 12]);
283 __append(buf, _buf, ((long)t->tm_sec < 10L && modifier == '#') ? _buf + 1 : _buf + 2, ct);
288 __append(buf, _buf, _bend, ct);
293 __append(buf, _buf, _bend, ct);
300 __append(buf, _buf, _bend, ct);
314 __append(buf, _buf, _bend, ct);
319 __append(buf, _buf, _bend, ct);
338 __append(buf, table._M_monthname[t->tm_mon]);
343 __append(buf, _buf, _buf + 2, ct);
353 __append(buf, _buf, _buf + 2, ct);
358 __append(buf, _buf, _buf + 2, ct);
382 __append(buf, _buf, _bend, ct);
388 __append(buf, _buf, _bend, ct);
421 __append(buf, _buf, _bend, ct);
443 __append(buf, _buf, _buf + 4, ct);