HomeSort by relevance Sort by last modified time
    Searched full:__append (Results 1 - 15 of 15) sorted by null

  /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...]
  /external/libcxx/include/
deque     [all...]
vector 789 void __append(size_type __n);
790 void __append(size_type __n, const_reference __x);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
deque     [all...]
vector 792 void __append(size_type __n);
793 void __append(size_type __n, const_reference __x);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
deque     [all...]
vector 789 void __append(size_type __n);
790 void __append(size_type __n, const_reference __x);
    [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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
libio.h 369 opened for append (__mode.__append set), then set the file pointer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
libio.h 369 opened for append (__mode.__append set), then set the file pointer
  /prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so 
  /prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so 
  /prebuilts/clang/linux-x86/host/3.5/lib/
libc++.so 

Completed in 219 milliseconds