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

/freebsd-9.3-release/contrib/libstdc++/config/locale/darwin/
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
/freebsd-9.3-release/contrib/libstdc++/config/locale/generic/
H A Dctype_members.cc203 do_narrow(wchar_t __wc, char __dfault) const function in class:ctype
213 do_narrow(const wchar_t* __lo, const wchar_t* __hi, char __dfault, function in class:ctype
/freebsd-9.3-release/contrib/libstdc++/config/locale/gnu/
H A Dctype_members.cc221 do_narrow(wchar_t __wc, char __dfault) const function in class:ctype
237 do_narrow(const wchar_t* __lo, const wchar_t* __hi, char __dfault, function in class:ctype
/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dlocale_facets.h316 * ctype<char_type>::do_narrow(c).
327 { return this->do_narrow(__c, __dfault); }
336 * ctype<char_type>::do_narrow(lo, hi, dfault, to).
350 { return this->do_narrow(__lo, __hi, __dfault, __to); }
548 * do_narrow() is a hook for a derived facet to change the behavior of
549 * narrowing. do_narrow() must always return the same result for the
560 do_narrow(char_type, char __dfault) const = 0;
570 * do_narrow() is a hook for a derived facet to change the behavior of
571 * narrowing. do_narrow() must always return the same result for the
584 do_narrow(cons
1124 do_narrow(char_type __c, char) const function in class:ctype
1150 do_narrow(const char_type* __lo, const char_type* __hi, function in class:ctype
[all...]
/freebsd-9.3-release/contrib/libc++/src/
H A Dlocale.cpp879 ctype<wchar_t>::do_narrow(char_type c, char dfault) const function in class:ctype
887 ctype<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const function in class:ctype
997 ctype<char>::do_narrow(char_type c, char dfault) const function in class:ctype
1005 ctype<char>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const function in class:ctype
1333 ctype_byname<wchar_t>::do_narrow(char_type c, char dfault) const function in class:ctype_byname
1344 ctype_byname<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const function in class:ctype_byname

Completed in 83 milliseconds