Home | History | Annotate | Download | only in lib

Lines Matching full:wchar_t

37                         char or wchar_t.  The code exploits that
125 # define FCHAR_T wchar_t
126 # define DCHAR_T wchar_t
127 # define TCHAR_T wchar_t
148 /* TCHAR_T is wchar_t. */
238 local_wcslen (const wchar_t *s)
240 const wchar_t *ptr;
242 for (ptr = s; *ptr != (wchar_t) 0; ptr++)
257 local_wcsnlen (const wchar_t *s, size_t maxlen)
259 const wchar_t *ptr;
261 for (ptr = s; maxlen > 0 && *ptr != (wchar_t) 0; ptr++, maxlen--)
1522 /* Use a different function name, to make it possible that the 'wchar_t'
1691 const wchar_t *arg = ap->arg[arg_index].a.a_wide_string;
2415 string and a wchar_t[] wide string. It could be done, but
2596 wchar_t wc;
2621 wchar_t wc;
2650 const wchar_t *arg = a.arg[dp->arg_index].a.a_wide_string;
2651 const wchar_t *arg_end;
3178 static const wchar_t decimal_format[] =
3329 static const wchar_t decimal_format[] =
3791 static const wchar_t decimal_format[] =
3972 static const wchar_t decimal_format[] =
4249 static const wchar_t decimal_format[] =
4442 static const wchar_t decimal_format[] =
5095 const wchar_t *arg = a.arg[dp->arg_index].a.a_wide_string;