Searched defs:_Locale_ctype (Results 1 - 2 of 2) sorted by relevance

/external/stlport/src/c_locale_dummy/
H A Dc_locale_dummy.c88 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) argument
206 int _Locale_tolower(struct _Locale_ctype*lctype, int c) argument
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 *lctyp
[all...]
/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c183 typedef struct _Locale_ctype { struct

Completed in 126 milliseconds