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

1 2

  /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
  /bionic/tests/
inttypes_test.cpp 42 TEST(inttypes, wcstoimax) {
43 ASSERT_EQ(123, wcstoimax(L"123", NULL, 10));
  /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);
  /ndk/sources/android/support/src/wcstox/
wcstol.c 49 intmax_t wcstoimax(const wchar_t *restrict s, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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/gcc/linux-x86/host/x86_64-linux-glibc2.11-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
  /external/chromium_org/third_party/mesa/src/include/c99/
inttypes.h 300 // 7.8.2.4 The wcstoimax and wcstoumax functions
301 #define wcstoimax _wcstoi64 macro
  /external/mesa3d/include/c99/
inttypes.h 300 // 7.8.2.4 The wcstoimax and wcstoumax functions
301 #define wcstoimax _wcstoi64 macro
  /bionic/libc/include/
inttypes.h 261 intmax_t wcstoimax(const wchar_t * __restrict,
  /development/ndk/platforms/android-L/include/
inttypes.h 261 intmax_t wcstoimax(const wchar_t * __restrict,
  /external/jemalloc/include/msvc_compat/C99/
inttypes.h 308 // 7.8.2.4 The wcstoimax and wcstoumax functions
309 #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,
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
inttypes.h 261 intmax_t wcstoimax(const wchar_t * __restrict,
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
inttypes.h 261 intmax_t wcstoimax(const wchar_t * __restrict,
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
inttypes.h 261 intmax_t wcstoimax(const wchar_t * __restrict,
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
inttypes.h 261 intmax_t wcstoimax(const wchar_t * __restrict,
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
inttypes.h 261 intmax_t wcstoimax(const wchar_t * __restrict,
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
inttypes.h 261 intmax_t wcstoimax(const wchar_t * __restrict,
  /ndk/sources/android/support/include/
wchar.h 156 intmax_t wcstoimax (const wchar_t * nptr, wchar_t** endptr , int base);
  /prebuilts/ndk/9/sources/android/support/include/
wchar.h 156 intmax_t wcstoimax (const wchar_t * nptr, wchar_t** endptr , int base);
  /external/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), "");
  /ndk/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), "");
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfwscanf.c 655 res = wcstoimax(buf, NULL, base);
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 927 static_assert((std::is_same<decltype(std::wcstoimax(L"", (wchar_t**)0, 0)), std::intmax_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 927 static_assert((std::is_same<decltype(std::wcstoimax(L"", (wchar_t**)0, 0)), std::intmax_t>::value), "");

Completed in 949 milliseconds

1 2