Lines Matching refs:wchar_t
14 const wchar_t *wcs = f->cookie;
30 static long double wcstox(const wchar_t *s, wchar_t **p, int prec)
32 wchar_t *t = (wchar_t *)s;
46 *p = cnt ? t + cnt : (wchar_t *)s;
51 float wcstof(const wchar_t *restrict s, wchar_t **restrict p)
56 double wcstod(const wchar_t *restrict s, wchar_t **restrict p)
61 long double wcstold(const wchar_t *restrict s, wchar_t **restrict p)