Home
last modified time | relevance | path

Searched refs:wcstod (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/locale/
Dwcstod.c9 #define FUNCNAME wcstod
/bionic/libc/include/
Dwchar.h133 extern double wcstod(const wchar_t*, wchar_t**);
/bionic/tests/
Dwchar_test.cpp385 TEST(wchar, wcstod) { in TEST() argument
386 ASSERT_DOUBLE_EQ(1.23, wcstod(L"1.23", NULL)); in TEST()
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dvfwscanf.c769 double res = wcstod(buf, NULL); in __vfwscanf()
/bionic/libc/
DAndroid.mk355 upstream-openbsd/lib/libc/locale/wcstod.c \