Searched refs:wcstod_l (Results 1 – 3 of 3) sorted by relevance
/picolibc-latest/newlib/libc/stdlib/ |
D | wcstold.c | 48 return wcstod_l(nptr, endptr, loc); in wcstold_l() 122 return wcstod_l(nptr, endptr, __get_current_locale ()); in wcstold()
|
D | wcstod.c | 147 wcstod_l (const wchar_t *nptr, wchar_t **endptr, in wcstod_l() function 293 return wcstod_l (nptr, endptr, __get_current_locale ()); in wcstod()
|
/picolibc-latest/newlib/libc/include/ |
D | wchar.h | 230 double wcstod_l (const wchar_t *, wchar_t **, locale_t);
|