Home
last modified time | relevance | path

Searched refs:wcstol (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/include/support/android/
Dwchar.h23 long wcstol(const wchar_t* nptr, wchar_t**, int);
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcwchar59 long wcstol(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base);
153 using ::wcstol;
/ndk/sources/cxx-stl/llvm-libc++/src/
Dstring.cpp75 long r = wcstol(p, &ptr, base); in stoi()
116 long r = wcstol(p, &ptr, base); in stol()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cwchar.h289 using _STLP_VENDOR_CSTD::wcstol;
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
Dwchar_h.pass.cpp70 static_assert((std::is_same<decltype(wcstol(L"", (wchar_t**)0, 0)), long>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/strings/c.strings/
Dcwchar.pass.cpp70 static_assert((std::is_same<decltype(std::wcstol(L"", (wchar_t**)0, 0)), long>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/src/support/android/
Dwchar_support.c390 long wcstol(const wchar_t* nptr, wchar_t** endptr, int base) { in wcstol() function