Searched refs:do_narrow (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/libstdcxx-104.1/src/
H A Dctype_members.cc113 do_narrow(wchar_t __wc, char __dfault) const function in class:std::ctype
123 do_narrow(const wchar_t* __lo, const wchar_t* __hi, char __dfault, function in class:std::ctype
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dlocale_facets.h319 * ctype<char_type>::do_narrow(c).
330 { return this->do_narrow(__c, __dfault); }
339 * ctype<char_type>::do_narrow(lo, hi, dfault, to).
353 { return this->do_narrow(__lo, __hi, __dfault, __to); }
551 * do_narrow() is a hook for a derived facet to change the behavior of
552 * narrowing. do_narrow() must always return the same result for the
563 do_narrow(char_type, char __dfault) const = 0;
573 * do_narrow() is a hook for a derived facet to change the behavior of
574 * narrowing. do_narrow() must always return the same result for the
587 do_narrow(cons
1133 do_narrow(char_type __c, char) const function in class:ctype
1159 do_narrow(const char_type* __lo, const char_type* __hi, function in class:ctype
[all...]

Completed in 179 milliseconds