Searched refs:wcstol (Results 1 – 9 of 9) sorted by relevance
/ndk/sources/android/support/src/wcstox/ |
D | wcstol.c | 44 long wcstol(const wchar_t *restrict s, wchar_t **restrict p, int base) in wcstol() function
|
/ndk/sources/android/support/tests/ |
D | wchar_unittest.cc | 137 TEST(wchar, wcstol) { in TEST() argument 157 EXPECT_EQ(kData[n].expected, wcstol(kData[n].input, &end, kData[n].base)); in TEST()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | string.cpp | 140 long r = as_integer_helper<long>( func, s, idx, base, wcstol ); in as_integer() 151 return as_integer_helper<long>( func, s, idx, base, wcstol ); in as_integer()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cwchar | 59 long wcstol(const wchar_t* restrict nptr, wchar_t** restrict endptr, int base); 153 using ::wcstol;
|
/ndk/sources/android/support/include/ |
D | wchar.h | 148 long wcstol (const wchar_t *__restrict__, wchar_t **__restrict__, int);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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/stlport/stlport/stl/ |
D | _cwchar.h | 289 using _STLP_VENDOR_CSTD::wcstol;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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/android/support/ |
D | Android.mk | 126 src/wcstox/wcstol.c \
|