Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
Dc_locale_dummy.c123 char const* _Locale_ctype_name(const struct _Locale_ctype *lctype, char* buf) in _Locale_ctype_name() argument
144 void _Locale_ctype_destroy(struct _Locale_ctype *lctype) {} in _Locale_ctype_destroy() argument
198 const _Locale_mask_t* _Locale_ctype_table(struct _Locale_ctype* lctype) { in _Locale_ctype_table() argument
199 _STLP_MARK_PARAMETER_AS_UNUSED(lctype) in _Locale_ctype_table()
203 int _Locale_toupper(struct _Locale_ctype*lctype, int c) in _Locale_toupper() argument
206 int _Locale_tolower(struct _Locale_ctype*lctype, int c) in _Locale_tolower() argument
210 _Locale_mask_t _WLocale_ctype(struct _Locale_ctype *lctype, wint_t wc, _Locale_mask_t mask) { in _WLocale_ctype() argument
242 wint_t _WLocale_tolower(struct _Locale_ctype *lctype, wint_t wc) in _WLocale_tolower() argument
245 wint_t _WLocale_toupper(struct _Locale_ctype *lctype, wint_t wc) in _WLocale_toupper() argument
/ndk/sources/cxx-stl/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()