/bionic/libc/upstream-openbsd/lib/libc/locale/ |
wcstoumax.c | 1 /* $OpenBSD: wcstoumax.c,v 1.1 2009/01/13 18:13:51 kettenis Exp $ */ 14 #define FUNCNAME wcstoumax
|
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/ |
wcstoumax.c | 35 NetBSD: wcstoumax.c,v 1.2 2004/06/21 21:20:43 itojun Exp
40 __RCSID("$NetBSD: wcstoumax.c,v 1.2 2004/06/21 21:20:43 itojun Exp $");
54 #define _FUNCNAME wcstoumax
|
Locale.inf | 47 wcstoumax.c #
|
/prebuilts/misc/common/swig/include/2.0.11/ |
inttypes.i | 55 extern uintmax_t wcstoumax (const wchar_t *nptr, wchar_t ** endptr, int base); 71 extern uintmax_t wcstoumax (const wchar_t *nptr, wchar_t **endptr, int base); 84 extern uintmax_t wcstoumax (const wchar_t *nptr, wchar_t **endptr, int base);
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
inttypes.h | 59 uintmax_t wcstoumax(const wchar_t * __restrict,
|
/bionic/tests/ |
inttypes_test.cpp | 106 TEST(inttypes, wcstoumax) { 108 EXPECT_EQ(123U, wcstoumax(L" +123x", &end, 10)); 150 wcstoumax(L"123", NULL, -1); 153 wcstoumax(L"123", NULL, 1); 156 wcstoumax(L"123", NULL, 37);
|
/prebuilts/ndk/r11/sources/android/support/src/wcstox/ |
wcstol.c | 56 uintmax_t wcstoumax(const wchar_t *restrict s, function
|
/prebuilts/ndk/r13/sources/android/support/src/wcstox/ |
wcstol.c | 56 uintmax_t wcstoumax(const wchar_t *restrict s, function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
inttypes.h | 318 extern uintmax_t wcstoumax (__const __gwchar_t *__restrict __nptr, 371 __NTH (wcstoumax (__const __gwchar_t *__restrict nptr, function 433 __NTH (wcstoumax (__const __gwchar_t *__restrict nptr, function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
inttypes.h | 318 extern uintmax_t wcstoumax (__const __gwchar_t *__restrict __nptr, 371 __NTH (wcstoumax (__const __gwchar_t *__restrict nptr, function 433 __NTH (wcstoumax (__const __gwchar_t *__restrict nptr, function
|
/external/mesa3d/include/c99/ |
inttypes.h | 300 // 7.8.2.4 The wcstoimax and wcstoumax functions 302 #define wcstoumax _wcstoui64 macro
|
/bionic/libc/include/ |
inttypes.h | 263 uintmax_t wcstoumax(const wchar_t* __restrict, wchar_t** __restrict, int) __INTRODUCED_IN(21);
|
/development/ndk/platforms/android-21/include/ |
inttypes.h | 263 uintmax_t wcstoumax(const wchar_t * __restrict,
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/ |
inttypes.h | 310 // 7.8.2.4 The wcstoimax and wcstoumax functions 312 #define wcstoumax _wcstoui64 macro
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
inttypes.h | 295 uintmax_t __cdecl wcstoumax (const wchar_t* __restrict__ nptr,
|
/prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/ |
inttypes.h | 263 uintmax_t wcstoumax(const wchar_t * __restrict,
|
/prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/ |
inttypes.h | 263 uintmax_t wcstoumax(const wchar_t * __restrict,
|
/prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/ |
inttypes.h | 263 uintmax_t wcstoumax(const wchar_t * __restrict,
|
/prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/ |
inttypes.h | 263 uintmax_t wcstoumax(const wchar_t * __restrict,
|
/prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/ |
inttypes.h | 263 uintmax_t wcstoumax(const wchar_t * __restrict,
|
/prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/ |
inttypes.h | 263 uintmax_t wcstoumax(const wchar_t * __restrict,
|
/prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/ |
inttypes.h | 263 uintmax_t wcstoumax(const wchar_t * __restrict,
|
/prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/ |
inttypes.h | 263 uintmax_t wcstoumax(const wchar_t * __restrict,
|
/prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/ |
inttypes.h | 263 uintmax_t wcstoumax(const wchar_t * __restrict,
|
/prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/ |
inttypes.h | 263 uintmax_t wcstoumax(const wchar_t * __restrict,
|