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

  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstoimax.c 1 /* $OpenBSD: wcstoimax.c,v 1.1 2009/01/13 18:13:51 kettenis Exp $ */
14 #define FUNCNAME wcstoimax
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
wcstoimax.c 35 NetBSD: wcstoimax.c,v 1.2 2004/06/21 21:20:43 itojun Exp
40 __RCSID("$NetBSD: wcstoimax.c,v 1.2 2004/06/21 21:20:43 itojun Exp $");
54 #define _FUNCNAME wcstoimax
Locale.inf 42 wcstoimax.c #
  /prebuilts/ndk/r16/sources/android/support/include/
inttypes.h 42 intmax_t wcstoimax(const wchar_t* __restrict, wchar_t** __restrict, int);
  /bionic/tests/headers/posix/
inttypes_h.c 48 FUNCTION(wcstoimax, intmax_t (*f)(const wchar_t*, wchar_t**, int));
  /device/linaro/bootloader/edk2/StdLib/Include/
inttypes.h 57 intmax_t wcstoimax(const wchar_t * __restrict,
  /prebuilts/misc/common/swig/include/2.0.11/
inttypes.i 52 extern intmax_t wcstoimax (const wchar_t *nptr, wchar_t **endptr, int base);
68 extern intmax_t wcstoimax (const wchar_t *nptr, wchar_t **endptr, int base);
  /bionic/tests/
inttypes_test.cpp 100 TEST(inttypes, wcstoimax) {
102 EXPECT_EQ(123, wcstoimax(L" +123x", &end, 10));
168 wcstoimax(L"123", NULL, -1);
171 wcstoimax(L"123", NULL, 1);
174 wcstoimax(L"123", NULL, 37);
wchar_test.cpp 488 TEST(wchar, wcstoimax) {
489 TestWcsToInt(wcstoimax);
493 TestWcsToIntLimits(wcstoimax, L"-9223372036854775809",
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
inttypes.h 313 extern intmax_t wcstoimax (__const __gwchar_t *__restrict __nptr,
357 __NTH (wcstoimax (__const __gwchar_t *__restrict nptr, function
416 __NTH (wcstoimax (__const __gwchar_t *__restrict nptr, function
  /prebuilts/ndk/r16/sources/android/support/src/
wcstox.cpp 121 intmax_t wcstoimax(const wchar_t *restrict s, wchar_t **restrict p, int base) { function
  /bionic/libc/include/
inttypes.h 262 intmax_t wcstoimax(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
311 #define wcstoimax _wcstoi64 macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
inttypes.h 293 intmax_t __cdecl wcstoimax (const wchar_t* __restrict__ nptr,
  /bionic/libc/stdio/
vfwscanf.c 582 res = wcstoimax(buf, NULL, base);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwscanf.c 682 res = wcstoimax(buf, NULL, base);
  /external/libcxx/test/std/depr/depr.c.headers/
inttypes_h.pass.cpp 929 static_assert((std::is_same<decltype(wcstoimax(L"", (wchar_t**)0, 0)), intmax_t>::value), "");
  /external/libcxx/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp 929 static_assert((std::is_same<decltype(std::wcstoimax(L"", (wchar_t**)0, 0)), std::intmax_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
inttypes_h.pass.cpp 929 static_assert((std::is_same<decltype(wcstoimax(L"", (wchar_t**)0, 0)), intmax_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp 929 static_assert((std::is_same<decltype(std::wcstoimax(L"", (wchar_t**)0, 0)), std::intmax_t>::value), "");

Completed in 390 milliseconds