Home
last modified time | relevance | path

Searched refs:lctype (Results 1 – 2 of 2) sorted by relevance

/external/stlport/src/c_locale_dummy/
Dc_locale_dummy.c119 char const* _Locale_ctype_name(const struct _Locale_ctype *lctype, char* buf) in _Locale_ctype_name() argument
140 void _Locale_ctype_destroy(struct _Locale_ctype *lctype) {} in _Locale_ctype_destroy() argument
194 const _Locale_mask_t* _Locale_ctype_table(struct _Locale_ctype* lctype) { in _Locale_ctype_table() argument
195 _STLP_MARK_PARAMETER_AS_UNUSED(lctype) in _Locale_ctype_table()
199 int _Locale_toupper(struct _Locale_ctype*lctype, int c) in _Locale_toupper() argument
202 int _Locale_tolower(struct _Locale_ctype*lctype, int c) in _Locale_tolower() argument
206 _Locale_mask_t _WLocale_ctype(struct _Locale_ctype *lctype, wint_t wc, _Locale_mask_t mask) { in _WLocale_ctype() argument
238 wint_t _WLocale_tolower(struct _Locale_ctype *lctype, wint_t wc) in _WLocale_tolower() argument
241 wint_t _WLocale_toupper(struct _Locale_ctype *lctype, wint_t wc) in _WLocale_toupper() argument
/external/stlport/src/c_locale_win32/
Dc_locale_win32.c241 static void __GetLocaleInfoUsingACP(LCID lcid, const char* cp, LCTYPE lctype, char* buf, int buf_si…
1659 void __GetLocaleInfoUsingACP(LCID lcid, const char* cp, LCTYPE lctype, char* buf, int buf_size, wch… in __GetLocaleInfoUsingACP() argument
1664 GetLocaleInfoA(lcid, lctype, buf, buf_size); in __GetLocaleInfoUsingACP()