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

1 2

  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstol.c 1 /* $OpenBSD: wcstol.c,v 1.2 2005/08/08 08:05:35 espie Exp $ */
2 /* $NetBSD: wcstol.c,v 1.2 2003/03/11 09:21:23 tshiozak Exp $ */
13 #define FUNCNAME wcstol
  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
wcstol.c 35 NetBSD: wcstol.c,v 1.3 2004/06/21 21:20:43 itojun Exp
40 __RCSID("$NetBSD: wcstol.c,v 1.3 2004/06/21 21:20:43 itojun Exp $");
53 #define _FUNCNAME wcstol
Locale.inf 43 wcstol.c #
  /bionic/libc/bionic/
wchar_l.cpp 61 return wcstol(s, end_ptr, base);
  /prebuilts/ndk/r16/sources/android/support/src/
wcstox.cpp 105 long wcstol(const wchar_t *restrict s, wchar_t **restrict p, int base) { function
  /external/google-breakpad/src/common/windows/
http_upload.cc 182 int http_response = wcstol(http_status, NULL, 10);
208 claimed_size = wcstol(content_length, NULL, 10);
  /bionic/tests/
wchar_test.cpp 448 TEST(wchar, wcstol) {
449 TestWcsToInt(wcstol);
454 TestWcsToIntLimits(wcstol, L"-9223372036854775809", L"9223372036854775808");
456 TestWcsToIntLimits(wcstol, L"-2147483649", L"2147483648");
700 wcstol(L"123", NULL, -1);
703 wcstol(L"123", NULL, 1);
706 wcstol(L"123", NULL, 37);
  /external/libcxx/src/
string.cpp 135 long r = as_integer_helper<long>( func, s, idx, base, wcstol );
146 return as_integer_helper<long>( func, s, idx, base, wcstol );
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
string.cpp 138 long r = as_integer_helper<long>( func, s, idx, base, wcstol );
149 return as_integer_helper<long>( func, s, idx, base, wcstol );
  /bionic/tests/headers/posix/
wchar_h.c 105 FUNCTION(wcstol, long (*f)(const wchar_t*, wchar_t**, int));
  /device/linaro/bootloader/edk2/StdLib/Include/
wchar.h 74 long int wcstol (const wchar_t * __restrict nptr,
556 same as expected for the subject sequence of the wcstol function
560 expected for the subject sequence of the wcstol function with the
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
Path.c 169 instance = (int)wcstol(temp+1, NULL, 10);
  /external/libedit/src/
chartype.h 110 #define Strtol(p,e,b) wcstol(p,e,b)
  /bionic/libc/include/
wchar.h 102 long wcstol(const wchar_t* __s, wchar_t** __end_ptr, int __base);
  /external/libcxx/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 73 static_assert((std::is_same<decltype(wcstol(L"", (wchar_t**)0, 0)), long>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
wchar_h.pass.cpp 73 static_assert((std::is_same<decltype(wcstol(L"", (wchar_t**)0, 0)), long>::value), "");
  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 72 static_assert((std::is_same<decltype(std::wcstol(L"", (wchar_t**)0, 0)), long>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/
cwchar.pass.cpp 72 static_assert((std::is_same<decltype(std::wcstol(L"", (wchar_t**)0, 0)), long>::value), "");
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 458 INTERCEPTORS_STRTO_BASE(long, wcstol, wchar_t) // NOLINT
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
basic_string.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
vstring.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
basic_string.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
vstring.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
wchar.h 465 extern long int wcstol (__const wchar_t *__restrict __nptr,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 498 long __cdecl wcstol(const wchar_t * __restrict__ _Str,wchar_t ** __restrict__ _EndPtr,int _Radix);

Completed in 1444 milliseconds

1 2