Home
last modified time | relevance | path

Searched refs:do_toupper (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ctype.h91 char (toupper)(char __c) const { return do_toupper(__c); }
93 return do_toupper(__low, __high);
123 virtual char do_toupper(char __c) const;
125 virtual const char* do_toupper(char* __low, const char* __high) const;
153 virtual char do_toupper(char __c) const;
156 virtual const char* do_toupper(char*, const char*) const;
198 wchar_t (toupper)(wchar_t __c) const { return do_toupper(__c); } in wchar_t()
200 { return do_toupper(__low, __high); }
228 virtual wchar_t do_toupper(wchar_t __c) const;
229 virtual const wchar_t* do_toupper(wchar_t*, const wchar_t*) const;
[all …]
/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++/libcxx/include/
D__locale464 return do_toupper(__c);
470 return do_toupper(__low, __high);
517 virtual char_type do_toupper(char_type) const;
518 virtual const char_type* do_toupper(char_type* __low, const char_type* __high) const;
573 return do_toupper(__c);
579 return do_toupper(__low, __high);
638 virtual char_type do_toupper(char_type __c) const;
639 virtual const char_type* do_toupper(char_type* __low, const char_type* __high) const;
664 virtual char_type do_toupper(char_type) const;
665 virtual const char_type* do_toupper(char_type* __low, const char_type* __high) const;
[all …]
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0001-android-Add-locale-support.patch57 @@ -814,6 +814,8 @@ ctype<wchar_t>::do_toupper(char_type c) const
66 @@ -828,6 +830,8 @@ ctype<wchar_t>::do_toupper(char_type* low, const char_type* high) const
93 @@ -924,6 +932,8 @@ ctype<char>::do_toupper(char_type c) const
102 @@ -941,6 +951,8 @@ ctype<char>::do_toupper(char_type* low, const char_type* high) const
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp839 ctype<wchar_t>::do_toupper(char_type c) const in do_toupper() function in ctype
853 ctype<wchar_t>::do_toupper(char_type* low, const char_type* high) const in do_toupper() function in ctype
953 ctype<char>::do_toupper(char_type c) const in do_toupper() function in ctype
971 ctype<char>::do_toupper(char_type* low, const char_type* high) const in do_toupper() function in ctype
1182 ctype_byname<char>::do_toupper(char_type c) const in do_toupper() function in ctype_byname
1188 ctype_byname<char>::do_toupper(char_type* low, const char_type* high) const in do_toupper() function in ctype_byname
1358 ctype_byname<wchar_t>::do_toupper(char_type c) const in do_toupper() function in ctype_byname
1364 ctype_byname<wchar_t>::do_toupper(char_type* low, const char_type* high) const in do_toupper() function in ctype_byname