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