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

/macosx-10.10.1/libstdcxx-104.1/src/
H A Dctype_members.cc95 do_widen(char __c) const function in class:std::ctype
100 do_widen(const char* __lo, const char* __hi, wchar_t* __dest) const function in class:std::ctype
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dlocale_facets.h282 * ctype<char_type>::do_widen(c).
292 { return this->do_widen(__c); }
299 * ctype<char_type>::do_widen(c).
311 { return this->do_widen(__lo, __hi, __to); }
509 * do_widen() is a hook for a derived facet to change the behavior of
510 * widening. do_widen() must always return the same result for the
520 do_widen(char) const = 0;
528 * do_widen() is a hook for a derived facet to change the behavior of
529 * widening. do_widen() must always return the same result for the
541 do_widen(cons
1084 do_widen(char __c) const function in class:ctype
1107 do_widen(const char* __lo, const char* __hi, char_type* __dest) const function in class:ctype
[all...]

Completed in 223 milliseconds