Searched refs:wcstold_l (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/bionic/ |
D | wchar_l.cpp | 76 long double wcstold_l(const wchar_t* s, wchar_t** end_ptr, locale_t) { in wcstold_l() function
|
/bionic/libc/include/ |
D | wchar.h | 126 long double wcstold_l(const wchar_t* _Nonnull __s, wchar_t* _Nullable * _Nullable __end_ptr, locale…
|
/bionic/tests/ |
D | wchar_test.cpp | 947 TEST(wchar, wcstold_l) { in TEST() argument 948 EXPECT_EQ(1.23L, wcstold_l(L"1.23", nullptr, LC_GLOBAL_LOCALE)); in TEST()
|
/bionic/docs/ |
D | status.md | 229 …* <wchar.h> `wcstof`, `vfwscanf`/`vswscanf`/`vwscanf`, `wcstold_l`/`wcstoll`/`wcstoll_l`/`wcstoull…
|
/bionic/libc/ |
D | libc.map.txt | 1192 wcstold_l; # introduced=21
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1192 wcstold_l; # introduced=21
|