/prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/ |
inttypes.h | 261 intmax_t wcstoimax(const wchar_t * __restrict,
|
/prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/ |
inttypes.h | 261 intmax_t wcstoimax(const wchar_t * __restrict,
|
/prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/ |
inttypes.h | 261 intmax_t wcstoimax(const wchar_t * __restrict,
|
/prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/ |
inttypes.h | 261 intmax_t wcstoimax(const wchar_t * __restrict,
|
/prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/ |
inttypes.h | 261 intmax_t wcstoimax(const wchar_t * __restrict,
|
/prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/include/ |
inttypes.h | 261 intmax_t wcstoimax(const wchar_t * __restrict,
|
/prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/ |
inttypes.h | 261 intmax_t wcstoimax(const wchar_t * __restrict,
|
/prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/ |
inttypes.h | 261 intmax_t wcstoimax(const wchar_t * __restrict,
|
/prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/ |
inttypes.h | 261 intmax_t wcstoimax(const wchar_t * __restrict,
|
/prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/ |
inttypes.h | 261 intmax_t wcstoimax(const wchar_t * __restrict,
|
/prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/ |
inttypes.h | 261 intmax_t wcstoimax(const wchar_t * __restrict,
|
/prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/ |
inttypes.h | 261 intmax_t wcstoimax(const wchar_t * __restrict,
|
/prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/ |
inttypes.h | 261 intmax_t wcstoimax(const wchar_t * __restrict,
|
/prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/ |
inttypes.h | 261 intmax_t wcstoimax(const wchar_t * __restrict,
|
/prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/ |
inttypes.h | 261 intmax_t wcstoimax(const wchar_t * __restrict,
|
/prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/ |
inttypes.h | 261 intmax_t wcstoimax(const wchar_t * __restrict,
|
/prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/ |
inttypes.h | 261 intmax_t wcstoimax(const wchar_t * __restrict,
|
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/ |
inttypes.h | 261 intmax_t wcstoimax(const wchar_t * __restrict,
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/ |
inttypes.h | 261 intmax_t wcstoimax(const wchar_t * __restrict,
|
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/ |
inttypes.h | 261 intmax_t wcstoimax(const wchar_t * __restrict,
|
/prebuilts/ndk/r10/sources/android/support/include/ |
wchar.h | 153 intmax_t wcstoimax (const wchar_t * nptr, wchar_t** endptr , int base);
|
/prebuilts/ndk/r11/sources/android/support/include/ |
wchar.h | 153 intmax_t wcstoimax (const wchar_t * nptr, wchar_t** endptr , int base);
|
/prebuilts/ndk/r13/sources/android/support/include/ |
wchar.h | 153 intmax_t wcstoimax (const wchar_t * nptr, wchar_t** endptr , int base);
|
/bionic/libc/stdio/ |
vfwscanf.c | 655 res = wcstoimax(buf, NULL, base);
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
inttypes_h.pass.cpp | 641 static_assert((std::is_same<decltype(wcstoimax(L"", (wchar_t**)0, 0)), intmax_t>::value), "");
|