Home
last modified time | relevance | path

Searched defs:do_toupper (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dctype.cpp341 char ctype<char>::do_toupper(char __c) const in do_toupper() function in ctype
346 const char* ctype<char>::do_toupper(char* __low, const char* __high) const { in do_toupper() function in ctype
424 wchar_t ctype<wchar_t>::do_toupper(wchar_t c) const { in do_toupper() function in ctype
430 ctype<wchar_t>::do_toupper(wchar_t* low, const wchar_t* high) const { in do_toupper() function in ctype
Dfacets_byname.cpp69 char ctype_byname<char>::do_toupper(char c) const in do_toupper() function in ctype_byname
76 ctype_byname<char>::do_toupper(char* first, const char* last) const { in do_toupper() function in ctype_byname
158 wchar_t ctype_byname<wchar_t>::do_toupper(wchar_t c) const in do_toupper() function in ctype_byname
162 ctype_byname<wchar_t>::do_toupper(wchar_t* low, const wchar_t* high) const { in do_toupper() function in ctype_byname
/ndk/sources/cxx-stl/llvm-libc++/src/
Dlocale.cpp781 ctype<wchar_t>::do_toupper(char_type c) const in do_toupper() function in ctype
793 ctype<wchar_t>::do_toupper(char_type* low, const char_type* high) const in do_toupper() function in ctype
887 ctype<char>::do_toupper(char_type c) const in do_toupper() function in ctype
900 ctype<char>::do_toupper(char_type* low, const char_type* high) const in do_toupper() function in ctype
1045 ctype_byname<char>::do_toupper(char_type c) const in do_toupper() function in ctype_byname
1051 ctype_byname<char>::do_toupper(char_type* low, const char_type* high) const in do_toupper() function in ctype_byname
1205 ctype_byname<wchar_t>::do_toupper(char_type c) const in do_toupper() function in ctype_byname
1211 ctype_byname<wchar_t>::do_toupper(char_type* low, const char_type* high) const in do_toupper() function in ctype_byname