Lines Matching defs:locale_t

44 typedef struct	_xlocale *locale_t;
49 unsigned long ___runetype_l(__ct_rune_t, locale_t) __pure;
50 __ct_rune_t ___tolower_l(__ct_rune_t, locale_t) __pure;
51 __ct_rune_t ___toupper_l(__ct_rune_t, locale_t) __pure;
52 _RuneLocale *__runes_for_locale(locale_t, int*);
72 __maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
74 __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
77 __maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
86 __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
92 _XLOCALE_INLINE int isw##fname##_l(int, locale_t);\
93 _XLOCALE_INLINE int isw##fname##_l(int __c, locale_t __l)\
97 __sbmaskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
99 __sbistype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc);
102 __sbmaskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
111 __sbistype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc)
117 _XLOCALE_INLINE int is##__fname##_l(int, locale_t); \
118 _XLOCALE_INLINE int is##__fname##_l(int __c, locale_t __l)\
143 _XLOCALE_INLINE int towlower_l(int, locale_t);
144 _XLOCALE_INLINE int __wcwidth_l(__ct_rune_t, locale_t);
145 _XLOCALE_INLINE int towupper_l(int, locale_t);
147 _XLOCALE_INLINE int towlower_l(int __c, locale_t __l)
154 _XLOCALE_INLINE int towupper_l(int __c, locale_t __l)
162 __wcwidth_l(__ct_rune_t _c, locale_t __l)
173 int iswctype_l(wint_t __wc, wctype_t __charclass, locale_t __l);
174 wctype_t wctype_l(const char *property, locale_t __l);
175 wint_t towctrans_l(wint_t __wc, wctrans_t desc, locale_t __l);
176 wint_t nextwctype_l(wint_t __wc, wctype_t wct, locale_t __l);
177 wctrans_t wctrans_l(const char *__charclass, locale_t __l);
180 _XLOCALE_INLINE int digittoint_l(int, locale_t);
181 _XLOCALE_INLINE int tolower_l(int, locale_t);
182 _XLOCALE_INLINE int toupper_l(int, locale_t);
184 _XLOCALE_INLINE int digittoint_l(int __c, locale_t __l)
187 _XLOCALE_INLINE int tolower_l(int __c, locale_t __l)
194 _XLOCALE_INLINE int toupper_l(int __c, locale_t __l)