/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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/ |
dbshelve.py | 221 def __append(self, value, txn=None): member in class:DBShelf 227 return self.__append(value, txn=txn)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/ |
dbshelve.py | 221 def __append(self, value, txn=None): member in class:DBShelf 227 return self.__append(value, txn=txn)
|