HomeSort by relevance Sort by last modified time
    Searched refs:wcstoumax (Results 1 - 20 of 20) sorted by null

  /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/ndk/r16/sources/android/support/include/
inttypes.h 43 uintmax_t wcstoumax(const wchar_t* __restrict, wchar_t** __restrict, int);
  /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);
  /bionic/tests/headers/posix/
inttypes_h.c 49 FUNCTION(wcstoumax, uintmax_t (*f)(const wchar_t*, wchar_t**, int));
  /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));
180 wcstoumax(L"123", NULL, -1);
183 wcstoumax(L"123", NULL, 1);
186 wcstoumax(L"123", NULL, 37);
wchar_test.cpp 497 TEST(wchar, wcstoumax) {
498 TestWcsToInt(wcstoumax);
502 TestWcsToIntLimits(wcstoumax, L"-1", L"18446744073709551616");
  /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
  /prebuilts/ndk/r16/sources/android/support/src/
wcstox.cpp 125 uintmax_t wcstoumax(const wchar_t *restrict s, wchar_t **restrict p, int base) { function
  /bionic/libc/include/
inttypes.h 263 uintmax_t wcstoumax(const wchar_t* __s, wchar_t** __end_ptr, int __base) __INTRODUCED_IN(21);
  /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,
  /bionic/libc/stdio/
vfwscanf.c 584 res = wcstoumax(buf, NULL, base);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwscanf.c 684 res = wcstoumax(buf, NULL, base);
  /external/libcxx/test/std/depr/depr.c.headers/
inttypes_h.pass.cpp 930 static_assert((std::is_same<decltype(wcstoumax(L"", (wchar_t**)0, 0)), uintmax_t>::value), "");
  /external/libcxx/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp 930 static_assert((std::is_same<decltype(std::wcstoumax(L"", (wchar_t**)0, 0)), std::uintmax_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
inttypes_h.pass.cpp 930 static_assert((std::is_same<decltype(wcstoumax(L"", (wchar_t**)0, 0)), uintmax_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp 930 static_assert((std::is_same<decltype(std::wcstoumax(L"", (wchar_t**)0, 0)), std::uintmax_t>::value), "");

Completed in 453 milliseconds