Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ctype.h96 char (tolower)(char __c) const { return do_tolower(__c); }
98 return do_tolower(__low, __high);
124 virtual char do_tolower(char __c) const;
126 virtual const char* do_tolower(char* __low, const char* __high) const;
154 virtual char do_tolower(char __c) const;
157 virtual const char* do_tolower(char*, const char*) const;
202 wchar_t (tolower)(wchar_t __c) const { return do_tolower(__c); } in wchar_t()
204 { return do_tolower(__low, __high); }
230 virtual wchar_t do_tolower(wchar_t c) const;
231 virtual const wchar_t* do_tolower(wchar_t*, const wchar_t*) const;
[all …]
/ndk/sources/cxx-stl/stlport/src/
Dctype.cpp343 char ctype<char>::do_tolower(char __c) const in do_tolower() function in ctype
351 const char* ctype<char>::do_tolower(char* __low, const char* __high) const { in do_tolower() function in ctype
439 wchar_t ctype<wchar_t>::do_tolower(wchar_t c) const { in do_tolower() function in ctype
445 ctype<wchar_t>::do_tolower(wchar_t* low, const wchar_t* high) const { in do_tolower() function in ctype
Dfacets_byname.cpp72 char ctype_byname<char>::do_tolower(char c) const in do_tolower() function in ctype_byname
83 ctype_byname<char>::do_tolower(char* first, const char* last) const { in do_tolower() function in ctype_byname
168 wchar_t ctype_byname<wchar_t>::do_tolower(wchar_t c) const in do_tolower() function in ctype_byname
172 ctype_byname<wchar_t>::do_tolower(wchar_t* low, const wchar_t* high) const { in do_tolower() function in ctype_byname
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0001-android-Add-locale-support.patch75 @@ -841,6 +845,8 @@ ctype<wchar_t>::do_tolower(char_type c) const
84 @@ -855,6 +861,8 @@ ctype<wchar_t>::do_tolower(char_type* low, const char_type* high) const
111 @@ -958,6 +970,8 @@ ctype<char>::do_tolower(char_type c) const
120 @@ -973,6 +987,8 @@ ctype<char>::do_tolower(char_type* low, const char_type* high) const
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__locale476 return do_tolower(__c);
482 return do_tolower(__low, __high);
519 virtual char_type do_tolower(char_type) const;
520 virtual const char_type* do_tolower(char_type* __low, const char_type* __high) const;
585 return do_tolower(__c);
591 return do_tolower(__low, __high);
640 virtual char_type do_tolower(char_type __c) const;
641 virtual const char_type* do_tolower(char_type* __low, const char_type* __high) const;
666 virtual char_type do_tolower(char_type) const;
667 virtual const char_type* do_tolower(char_type* __low, const char_type* __high) const;
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp870 ctype<wchar_t>::do_tolower(char_type c) const in do_tolower() function in ctype
884 ctype<wchar_t>::do_tolower(char_type* low, const char_type* high) const in do_tolower() function in ctype
991 ctype<char>::do_tolower(char_type c) const in do_tolower() function in ctype
1009 ctype<char>::do_tolower(char_type* low, const char_type* high) const in do_tolower() function in ctype
1196 ctype_byname<char>::do_tolower(char_type c) const in do_tolower() function in ctype_byname
1202 ctype_byname<char>::do_tolower(char_type* low, const char_type* high) const in do_tolower() function in ctype_byname
1372 ctype_byname<wchar_t>::do_tolower(char_type c) const in do_tolower() function in ctype_byname
1378 ctype_byname<wchar_t>::do_tolower(char_type* low, const char_type* high) const in do_tolower() function in ctype_byname