Home | History | Annotate | Download | only in src

Lines Matching full:wchar_t

244                        wchar_t * /* to */,
259 const wchar_t,
291 const wchar_t * /* s1 */, size_t /* n1 */,
292 const wchar_t * /* s2 */, size_t /* n2 */);
310 wchar_t * /* s1 */, size_t /* n1 */,
311 const wchar_t * /* s2 */, size_t /* n2 */);
328 wchar_t _WLocale_decimal_point(struct _Locale_numeric *);
329 wchar_t _WLocale_thousands_sep(struct _Locale_numeric *);
340 const wchar_t * _WLocale_true(struct _Locale_numeric *, wchar_t* /* buf */, size_t /* bufSize */);
341 const wchar_t * _WLocale_false(struct _Locale_numeric *, wchar_t* /* buf */, size_t /* bufSize */);
368 const wchar_t * _WLocale_int_curr_symbol(struct _Locale_monetary *, wchar_t* /* buf */, size_t /* bufSize */);
369 const wchar_t * _WLocale_currency_symbol(struct _Locale_monetary *, wchar_t* /* buf */, size_t /* bufSize */);
370 wchar_t _WLocale_mon_decimal_point(struct _Locale_monetary *);
371 wchar_t _WLocale_mon_thousands_sep(struct _Locale_monetary *);
372 const wchar_t * _WLocale_positive_sign(struct _Locale_monetary *, wchar_t* /* buf */, size_t /* bufSize */);
373 const wchar_t * _WLocale_negative_sign(struct _Locale_monetary *, wchar_t* /* buf */, size_t /* bufSize */);
387 const wchar_t * _WLocale_full_monthname(struct _Locale_time *, int /* month */,
388 wchar_t* /* buf */, size_t /* bufSize */);
389 const wchar_t * _WLocale_abbrev_monthname(struct _Locale_time *, int /* month */,
390 wchar_t* /* buf */, size_t /* bufSize */);
400 const wchar_t * _WLocale_full_dayofweek(struct _Locale_time *, int /* day */,
401 wchar_t* /* buf */, size_t /* bufSize */);
402 const wchar_t * _WLocale_abbrev_dayofweek(struct _Locale_time *, int /* day */,
403 wchar_t
416 const wchar_t * _WLocale_am_str(struct _Locale_time *,
417 wchar_t* /* buf */, size_t /* bufSize */);
418 const wchar_t * _WLocale_pm_str(struct _Locale_time *,
419 wchar_t* /* buf */, size_t /* bufSize */);