HomeSort by relevance Sort by last modified time
    Searched full:wcstol (Results 26 - 50 of 312) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
cwchar 59 long wcstol(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
140 using ::wcstol;
wchar.h 64 long wcstol(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
cwchar 59 long wcstol(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
140 using ::wcstol;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
cwchar 59 long wcstol(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
140 using ::wcstol;
  /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/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);
  /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));
  /bionic/libc/include/
wchar.h 102 long wcstol(const wchar_t* __s, wchar_t** __end_ptr, int __base);
  /bionic/libc/tools/
posix-2013.txt 1162 wcstol
  /external/libcxx/include/
wchar.h 64 long wcstol(const wchar_t* restrict nptr, wchar_t** restrict endptr, 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/clang/host/darwin-x86/clang-4053586/include/c++/v1/
wchar.h 64 long wcstol(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
wchar.h 64 long wcstol(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
wchar.h 64 long wcstol(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
wchar.h 64 long wcstol(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
wchar.h 64 long wcstol(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
wchar.h 64 long wcstol(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
wchar.h 64 long wcstol(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
wchar.h 64 long wcstol(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
wchar.h 64 long wcstol(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
wchar.h 64 long wcstol(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
wchar.h 64 long wcstol(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
wchar.h 64 long wcstol(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);

Completed in 883 milliseconds

12 3 4 5 6 7 8 91011>>