Searched refs:__append (Results 1 – 1 of 1) sorted by relevance
/external/stlport/src/ |
D | time_facets.cpp | 165 static void __append(__iostring &buf, const string& name) in __append() function 168 static void __append(__iowstring &buf, const wstring& name) in __append() function 171 static void __append(__iostring &buf, char *first, char *last, const ctype<char>& /* ct */) in __append() function 174 static void __append(__iowstring &buf, char *first, char *last, const ctype<wchar_t>& ct) { in __append() function 222 __append(buf, table._M_dayname[t->tm_wday]); in __write_formatted_timeT() 226 __append(buf, table._M_dayname[t->tm_wday + 7]); in __write_formatted_timeT() 230 __append(buf, table._M_monthname[t->tm_mon]); in __write_formatted_timeT() 234 __append(buf, table._M_monthname[t->tm_mon + 12]); in __write_formatted_timeT() 244 __append(buf, _buf, ((long)t->tm_mday < 10L && modifier == '#') ? _buf + 1 : _buf + 2, ct); in __write_formatted_timeT() 249 __append(buf, _buf, _buf + 2, ct); in __write_formatted_timeT() [all …]
|