Home | History | Annotate | Download | only in c_locale_dummy

Lines Matching refs:_Locale_ctype

88 struct _Locale_ctype* _Locale_ctype_create(const char *name,
90 { return (struct _Locale_ctype*)_Locale_create(name, __err_code); }
123 char const* _Locale_ctype_name(const struct _Locale_ctype *lctype, char* buf)
144 void _Locale_ctype_destroy(struct _Locale_ctype *lctype) {}
184 struct _Locale_name_hint* _Locale_get_ctype_hint(struct _Locale_ctype* ctype)
198 const _Locale_mask_t* _Locale_ctype_table(struct _Locale_ctype* lctype) {
203 int _Locale_toupper(struct _Locale_ctype*lctype, int c)
206 int _Locale_tolower(struct _Locale_ctype*lctype, int c)
210 _Locale_mask_t _WLocale_ctype(struct _Locale_ctype *lctype, wint_t wc, _Locale_mask_t mask) {
242 wint_t _WLocale_tolower(struct _Locale_ctype *lctype, wint_t wc)
245 wint_t _WLocale_toupper(struct _Locale_ctype *lctype, wint_t wc)