/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/lib/ |
libc.so | |
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/lib/ |
libc.so | |
/development/ndk/platforms/android-12/arch-arm/symbols/ |
libc.so.functions.txt | 1033 wcsftime
|
/development/ndk/platforms/android-14/arch-arm/symbols/ |
libc.so.functions.txt | 1030 wcsftime
|
/development/ndk/platforms/android-17/arch-arm/symbols/ |
libc.so.functions.txt | 1027 wcsftime
|
/development/ndk/platforms/android-18/arch-arm/symbols/ |
libc.so.functions.txt | 1024 wcsftime
|
/development/ndk/platforms/android-19/arch-arm/symbols/ |
libc.so.functions.txt | 1035 wcsftime
|
/development/ndk/platforms/android-8/arch-arm/symbols/ |
libc.so.functions.txt | 1021 wcsftime
|
/development/ndk/platforms/android-9/arch-arm/symbols/ |
libc.so.functions.txt | 1050 wcsftime
|
/development/ndk/platforms/android-L/arch-arm/symbols/ |
libc.so.functions.txt | 1208 wcsftime
|
/development/ndk/platforms/android-L/arch-mips/symbols/ |
libc.so.functions.txt | 1097 wcsftime
|
/development/ndk/platforms/android-L/arch-x86/symbols/ |
libc.so.functions.txt | 1093 wcsftime
|
/external/libcxx/test/depr/depr.c.headers/ |
wchar_h.pass.cpp | 95 static_assert((std::is_same<decltype(wcsftime(ws, s, L"", tm)), size_t>::value), "");
|
/ndk/sources/android/support/include/ |
wchar.h | 193 size_t wcsftime (wchar_t *__restrict__, size_t, const wchar_t *__restrict__, const struct tm *__restrict__);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
wchar_h.pass.cpp | 95 static_assert((std::is_same<decltype(wcsftime(ws, s, L"", tm)), size_t>::value), "");
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
wchar.h | 133 of `wcsftime'. */ 137 namespace but wcsftime is in __c99 the type wouldn't be found 853 extern size_t wcsftime (wchar_t *__restrict __s, size_t __maxsize, 861 /* Similar to `wcsftime' but takes the information from
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
wchar.h | 133 of `wcsftime'. */ 137 namespace but wcsftime is in __c99 the type wouldn't be found 853 extern size_t wcsftime (wchar_t *__restrict __s, size_t __maxsize, 861 /* Similar to `wcsftime' but takes the information from
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
time.h | 145 size_t __cdecl wcsftime(wchar_t * __restrict__ _Buf,size_t _SizeInWords,const wchar_t * __restrict__ _Format,const struct tm * __restrict__ _Tm);
|
/prebuilts/ndk/9/sources/android/support/include/ |
wchar.h | 193 size_t wcsftime (wchar_t *__restrict__, size_t, const wchar_t *__restrict__, const struct tm *__restrict__);
|
/external/libcxx/test/strings/c.strings/ |
cwchar.pass.cpp | 100 static_assert((std::is_same<decltype(std::wcsftime(ws, s, L"", tm)), std::size_t>::value), "");
|
/external/srec/portable/include/ |
ptypes.h | 387 #define LSTRFTIME wcsftime
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/ |
cwchar.pass.cpp | 100 static_assert((std::is_same<decltype(std::wcsftime(ws, s, L"", tm)), std::size_t>::value), "");
|
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 466 INTERCEPTOR(SIZE_T, wcsftime, wchar_t *s, SIZE_T max, const wchar_t *format, 468 INTERCEPTOR_STRFTIME_BODY(wchar_t, SIZE_T, wcsftime, s, max, format, tm); [all...] |