Searched refs:do_toupper (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dctype_noninline.h69 ctype<char>::do_toupper(char __c) const function in class:ctype
73 ctype<char>::do_toupper(char* __low, const char* __high) const function in class:ctype
H A Dlocale_facets.h224 * so by returning ctype<char_type>::do_toupper().
231 { return this->do_toupper(__c); }
238 * by returning ctype<char_type>:: do_toupper(lo, hi).
246 { return this->do_toupper(__lo, __hi); }
443 * do_toupper() is a hook for a derived facet to change the behavior of
444 * uppercasing. do_toupper() must always return the same result for
451 do_toupper(char_type) const = 0;
459 * do_toupper() is a hook for a derived facet to change the behavior of
460 * uppercasing. do_toupper() must always return the same result for
468 do_toupper(char_typ
[all...]
/macosx-10.9.5/libstdcxx-60/src/
H A Dctype_members.cc64 ctype<wchar_t>::do_toupper(wchar_t __c) const function in class:std::ctype
68 ctype<wchar_t>::do_toupper(wchar_t* __lo, const wchar_t* __hi) const function in class:std::ctype

Completed in 122 milliseconds