Searched refs:do_tolower (Results 1 - 25 of 25) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/config/os/irix/irix5.2/
H A Dctype_noninline.h85 ctype<char>::do_tolower(char __c) const function in class:ctype
89 ctype<char>::do_tolower(char* __low, const char* __high) const function in class:ctype
93 *__low = do_tolower(*__low);
/freebsd-10-stable/contrib/libstdc++/config/os/irix/irix6.5/
H A Dctype_noninline.h86 ctype<char>::do_tolower(char __c) const function in class:ctype
90 ctype<char>::do_tolower(char* __low, const char* __high) const function in class:ctype
94 *__low = do_tolower(*__low);
/freebsd-10-stable/contrib/libstdc++/config/os/mingw32/
H A Dctype_noninline.h88 ctype<char>::do_tolower(char __c) const function in class:ctype
92 ctype<char>::do_tolower(char* __low, const char* __high) const function in class:ctype
96 *__low = this->do_tolower(*__low);
/freebsd-10-stable/contrib/libstdc++/config/os/newlib/
H A Dctype_noninline.h87 ctype<char>::do_tolower(char __c) const function in class:ctype
94 ctype<char>::do_tolower(char* __low, const char* __high) const function in class:ctype
98 *__low = this->do_tolower(*__low);
/freebsd-10-stable/contrib/libstdc++/config/os/solaris/solaris2.5/
H A Dctype_noninline.h84 ctype<char>::do_tolower(char __c) const function in class:ctype
88 ctype<char>::do_tolower(char* __low, const char* __high) const function in class:ctype
92 *__low = this->do_tolower(*__low);
/freebsd-10-stable/contrib/libstdc++/config/os/aix/
H A Dctype_noninline.h84 ctype<char>::do_tolower(char __c) const function in class:ctype
88 ctype<char>::do_tolower(char* __low, const char* __high) const function in class:ctype
/freebsd-10-stable/contrib/libstdc++/config/os/bsd/darwin/
H A Dctype_noninline.h84 ctype<char>::do_tolower(char __c) const function in class:ctype
88 ctype<char>::do_tolower(char* __low, const char* __high) const function in class:ctype
/freebsd-10-stable/contrib/libstdc++/config/os/bsd/freebsd/
H A Dctype_noninline.h84 ctype<char>::do_tolower(char __c) const function in class:ctype
88 ctype<char>::do_tolower(char* __low, const char* __high) const function in class:ctype
/freebsd-10-stable/contrib/libstdc++/config/os/bsd/netbsd/
H A Dctype_noninline.h86 ctype<char>::do_tolower(char __c) const function in class:ctype
90 ctype<char>::do_tolower(char* __low, const char* __high) const function in class:ctype
/freebsd-10-stable/contrib/libstdc++/config/os/djgpp/
H A Dctype_noninline.h84 ctype<char>::do_tolower(char __c) const function in class:ctype
88 ctype<char>::do_tolower(char* __low, const char* __high) const function in class:ctype
/freebsd-10-stable/contrib/libstdc++/config/os/generic/
H A Dctype_noninline.h85 ctype<char>::do_tolower(char __c) const function in class:ctype
89 ctype<char>::do_tolower(char* __low, const char* __high) const function in class:ctype
/freebsd-10-stable/contrib/libstdc++/config/os/hpux/
H A Dctype_noninline.h85 ctype<char>::do_tolower(char __c) const function in class:ctype
89 ctype<char>::do_tolower(char* __low, const char* __high) const function in class:ctype
/freebsd-10-stable/contrib/libstdc++/config/os/qnx/qnx6.1/
H A Dctype_noninline.h82 ctype<char>::do_tolower(char __c) const function in class:ctype
86 ctype<char>::do_tolower(char* __low, const char* __high) const function in class:ctype
/freebsd-10-stable/contrib/libstdc++/config/os/solaris/solaris2.6/
H A Dctype_noninline.h84 ctype<char>::do_tolower(char __c) const function in class:ctype
88 ctype<char>::do_tolower(char* __low, const char* __high) const function in class:ctype
/freebsd-10-stable/contrib/libstdc++/config/os/solaris/solaris2.7/
H A Dctype_noninline.h85 ctype<char>::do_tolower(char __c) const function in class:ctype
89 ctype<char>::do_tolower(char* __low, const char* __high) const function in class:ctype
/freebsd-10-stable/contrib/libstdc++/config/os/tpf/
H A Dctype_noninline.h96 ctype<char>::do_tolower(char __c) const function in class:ctype
100 ctype<char>::do_tolower(char* __low, const char* __high) const function in class:ctype
/freebsd-10-stable/contrib/libstdc++/config/os/uclibc/
H A Dctype_noninline.h85 ctype<char>::do_tolower(char __c) const function in class:ctype
89 ctype<char>::do_tolower(char* __low, const char* __high) const function in class:ctype
/freebsd-10-stable/contrib/libstdc++/config/os/vxworks/
H A Dctype_noninline.h85 ctype<char>::do_tolower(char __c) const function in class:ctype
89 ctype<char>::do_tolower(char* __low, const char* __high) const function in class:ctype
/freebsd-10-stable/contrib/libstdc++/config/os/windiss/
H A Dctype_noninline.h85 ctype<char>::do_tolower(char __c) const function in class:ctype
89 ctype<char>::do_tolower(char* __low, const char* __high) const function in class:ctype
/freebsd-10-stable/contrib/libstdc++/config/locale/darwin/
H A Dctype_members.cc79 ctype<wchar_t>::do_tolower(wchar_t __c) const function in class:std::ctype
83 ctype<wchar_t>::do_tolower(wchar_t* __lo, const wchar_t* __hi) const function in class:std::ctype
/freebsd-10-stable/contrib/libstdc++/config/locale/generic/
H A Dctype_members.cc115 ctype<wchar_t>::do_tolower(wchar_t __c) const function in class:ctype
119 ctype<wchar_t>::do_tolower(wchar_t* __lo, const wchar_t* __hi) const function in class:ctype
/freebsd-10-stable/contrib/libstdc++/config/os/gnu-linux/
H A Dctype_noninline.h152 ctype<char>::do_tolower(char __c) const function in class:ctype
156 ctype<char>::do_tolower(char* __low, const char* __high) const function in class:ctype
/freebsd-10-stable/contrib/libstdc++/config/locale/gnu/
H A Dctype_members.cc119 ctype<wchar_t>::do_tolower(wchar_t __c) const function in class:ctype
123 ctype<wchar_t>::do_tolower(wchar_t* __lo, const wchar_t* __hi) const function in class:ctype
/freebsd-10-stable/contrib/libstdc++/include/bits/
H A Dlocale_facets.h250 * by returning ctype<char_type>::do_tolower(c).
257 { return this->do_tolower(__c); }
264 * by returning ctype<char_type>:: do_tolower(lo, hi).
272 { return this->do_tolower(__lo, __hi); }
473 * do_tolower() is a hook for a derived facet to change the behavior of
474 * lowercasing. do_tolower() must always return the same result for
481 do_tolower(char_type) const = 0;
489 * do_tolower() is a hook for a derived facet to change the behavior of
490 * lowercasing. do_tolower() must always return the same result for
498 do_tolower(char_typ
[all...]
/freebsd-10-stable/contrib/libc++/src/
H A Dlocale.cpp836 ctype<wchar_t>::do_tolower(char_type c) const function in class:ctype
848 ctype<wchar_t>::do_tolower(char_type* low, const char_type* high) const function in class:ctype
949 ctype<char>::do_tolower(char_type c) const function in class:ctype
965 ctype<char>::do_tolower(char_type* low, const char_type* high) const function in class:ctype
1133 ctype_byname<char>::do_tolower(char_type c) const function in class:ctype_byname
1139 ctype_byname<char>::do_tolower(char_type* low, const char_type* high) const function in class:ctype_byname
1297 ctype_byname<wchar_t>::do_tolower(char_type c) const function in class:ctype_byname
1303 ctype_byname<wchar_t>::do_tolower(char_type* low, const char_type* high) const function in class:ctype_byname

Completed in 199 milliseconds