Home
last modified time | relevance | path

Searched refs:_Locale_toupper (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dc_locale.h197 int _Locale_toupper(struct _Locale_ctype *, int /* c */);
Dfacets_byname.cpp70 { return (char)_Locale_toupper(_M_ctype, c); } in do_toupper()
78 *first = (char)_Locale_toupper(_M_ctype, *first); in do_toupper()
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
Dc_locale_dummy.c203 int _Locale_toupper(struct _Locale_ctype*lctype, int c) in _Locale_toupper() function
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
Dc_locale_glibc2.c287 int _Locale_toupper( struct _Locale_ctype *__loc, int c ) in _Locale_toupper() function
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_locale_win32.c1035 int _Locale_toupper(_Locale_ctype_t* ltype, int c) { in _Locale_toupper() function