Home
last modified time | relevance | path

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

/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++/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