/external/stlport/src/ |
time_facets.cpp | 165 static void __append(__iostring &buf, const string& name) function 168 static void __append(__iowstring &buf, const wstring& name) function 171 static void __append(__iostring &buf, char *first, char *last, const ctype<char>& /* ct */) function 174 static void __append(__iowstring &buf, char *first, char *last, const ctype<wchar_t>& ct) { function 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) [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
time_facets.cpp | 165 static void __append(__iostring &buf, const string& name) function 168 static void __append(__iowstring &buf, const wstring& name) function 171 static void __append(__iostring &buf, char *first, char *last, const ctype<char>& /* ct */) function 174 static void __append(__iowstring &buf, char *first, char *last, const ctype<wchar_t>& ct) { function 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) [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
libio.h | 369 opened for append (__mode.__append set), then set the file pointer
|