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

1 2

  /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
  /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/
inttypes_test.cpp 46 TEST(inttypes, wcstoumax) {
47 ASSERT_EQ(123U, wcstoumax(L"123", NULL, 10));
  /ndk/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.6/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.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
  /external/chromium_org/third_party/mesa/src/include/c99/
inttypes.h 300 // 7.8.2.4 The wcstoimax and wcstoumax functions
302 #define wcstoumax _wcstoui64 macro
  /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,
  /development/ndk/platforms/android-L/include/
inttypes.h 263 uintmax_t wcstoumax(const wchar_t * __restrict,
  /external/jemalloc/include/msvc_compat/C99/
inttypes.h 308 // 7.8.2.4 The wcstoimax and wcstoumax functions
310 #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/9/platforms/android-21/arch-arm/usr/include/
inttypes.h 263 uintmax_t wcstoumax(const wchar_t * __restrict,
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
inttypes.h 263 uintmax_t wcstoumax(const wchar_t * __restrict,
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
inttypes.h 263 uintmax_t wcstoumax(const wchar_t * __restrict,
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
inttypes.h 263 uintmax_t wcstoumax(const wchar_t * __restrict,
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
inttypes.h 263 uintmax_t wcstoumax(const wchar_t * __restrict,
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
inttypes.h 263 uintmax_t wcstoumax(const wchar_t * __restrict,
  /ndk/sources/android/support/include/
wchar.h 157 uintmax_t wcstoumax (const wchar_t * nptr, wchar_t** endptr , int base);
  /prebuilts/ndk/9/sources/android/support/include/
wchar.h 157 uintmax_t wcstoumax (const wchar_t * nptr, wchar_t** endptr , int base);
  /external/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), "");
  /ndk/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), "");
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfwscanf.c 657 res = wcstoumax(buf, NULL, base);
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 928 static_assert((std::is_same<decltype(std::wcstoumax(L"", (wchar_t**)0, 0)), std::uintmax_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 928 static_assert((std::is_same<decltype(std::wcstoumax(L"", (wchar_t**)0, 0)), std::uintmax_t>::value), "");

Completed in 1237 milliseconds

1 2