Searched refs:wcstol (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/include/support/android/ |
D | wchar.h | 23 long wcstol(const wchar_t* nptr, wchar_t**, int);
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | cwchar | 59 long wcstol(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base); 153 using ::wcstol;
|
/ndk/sources/cxx-stl/llvm-libc++/src/ |
D | string.cpp | 75 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.h | 289 using _STLP_VENDOR_CSTD::wcstol;
|
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/ |
D | wchar_h.pass.cpp | 70 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/ |
D | cwchar.pass.cpp | 70 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/ |
D | wchar_support.c | 390 long wcstol(const wchar_t* nptr, wchar_t** endptr, int base) { in wcstol() function
|