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

1 2 3

  /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 #
  /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));
138 wcstoimax(L"123", NULL, -1);
141 wcstoimax(L"123", NULL, 1);
144 wcstoimax(L"123", NULL, 37);
  /prebuilts/ndk/r11/sources/android/support/src/wcstox/
wcstol.c 49 intmax_t wcstoimax(const wchar_t *restrict s, function
  /prebuilts/ndk/r13/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.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/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
  /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 262 intmax_t wcstoimax(const wchar_t* __restrict, wchar_t** __restrict, int) __INTRODUCED_IN(21);
  /development/ndk/platforms/android-21/include/
inttypes.h 261 intmax_t wcstoimax(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
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,
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/
inttypes.h 261 intmax_t wcstoimax(const wchar_t * __restrict,
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/
inttypes.h 261 intmax_t wcstoimax(const wchar_t * __restrict,
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/
inttypes.h 261 intmax_t wcstoimax(const wchar_t * __restrict,
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/
inttypes.h 261 intmax_t wcstoimax(const wchar_t * __restrict,
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/
inttypes.h 261 intmax_t wcstoimax(const wchar_t * __restrict,
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/
inttypes.h 261 intmax_t wcstoimax(const wchar_t * __restrict,
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/
inttypes.h 261 intmax_t wcstoimax(const wchar_t * __restrict,
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/
inttypes.h 261 intmax_t wcstoimax(const wchar_t * __restrict,
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/
inttypes.h 261 intmax_t wcstoimax(const wchar_t * __restrict,
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/
inttypes.h 261 intmax_t wcstoimax(const wchar_t * __restrict,

Completed in 588 milliseconds

1 2 3