Searched refs:wctrans_t (Results 1 – 16 of 16) sorted by relevance
/glibc-2.36/wctype/ |
D | wctype.h | 48 typedef const __int32_t *wctrans_t; typedef 52 extern wctrans_t wctrans (const char *__property) __THROW; 55 extern wint_t towctrans (wint_t __wc, wctrans_t __desc) __THROW; 137 extern wctrans_t wctrans_l (const char *__property, locale_t __locale) 141 extern wint_t towctrans_l (wint_t __wc, wctrans_t __desc,
|
D | towctrans.c | 25 __towctrans (wint_t wc, wctrans_t desc) in __towctrans() 29 if (desc == (wctrans_t) 0) in __towctrans()
|
D | towctrans_l.c | 26 __towctrans_l (wint_t wc, wctrans_t desc, locale_t locale) in __towctrans_l() 30 if (desc == (wctrans_t) 0) in __towctrans_l()
|
D | wctrans.c | 23 wctrans_t 45 return (wctrans_t) _NL_CURRENT_DATA (LC_CTYPE)->values[i].string; in __wctrans()
|
D | wctrans_l.c | 23 wctrans_t 45 return (wctrans_t) locale->__locales[LC_CTYPE]->values[i].string; in __wctrans_l()
|
/glibc-2.36/conform/data/ |
D | wctype.h-data | 3 type wctrans_t 24 function wint_t towctrans (wint_t, wctrans_t) 27 function wctrans_t wctrans (const char*) 43 function wint_t towctrans_l (wint_t, wctrans_t, locale_t) 46 function wctrans_t wctrans_l (const char*, locale_t)
|
/glibc-2.36/localedata/ |
D | tst-trans.c | 31 wctrans_t t; in do_test() 39 if (t == (wctrans_t) 0) in do_test()
|
D | dump-ctype.c | 82 wctrans_t map; in dump_map() 87 if (map == (wctrans_t) 0) in dump_map()
|
/glibc-2.36/include/ |
D | wctype.h | 19 extern wctrans_t __wctrans (const char *__property); 20 extern wint_t __towctrans (wint_t __wc, wctrans_t __desc);
|
/glibc-2.36/localedata/tests-mbwc/ |
D | tst_wctrans.c | 13 TST_DECL_VARS (wctrans_t); in tst_wctrans()
|
D | tst_towctrans.c | 17 wctrans_t wto; in tst_towctrans()
|
D | tst_types.h | 703 typedef TEX_ERRET_REC (wctrans_t) TEX_WCTRANS_REC;
|
/glibc-2.36/stdio-common/ |
D | _i18n_number.h | 40 wctrans_t map = __wctrans ("to_outpunct"); in _i18n_number_rewrite()
|
D | vfscanf-internal.c | 1453 wctrans_t map = __wctrans ("to_inpunct"); in __vfwscanf_internal() 2173 wctrans_t map; in __vfwscanf_internal()
|
/glibc-2.36/manual/ |
D | ctype.texi | 712 @deftp {Data Type} wctrans_t 724 @deftypefun wctrans_t wctrans (const char *@var{property}) 747 @deftypefun wint_t towctrans (wint_t @var{wc}, wctrans_t @var{desc})
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.6 | 3958 * wctype/wctype.h (wctrans_t): Use __const instead of const.
|