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

/freebsd-11-stable/contrib/libstdc++/config/locale/darwin/
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
/freebsd-11-stable/contrib/libstdc++/config/locale/generic/
H A Dctype_members.cc185 do_widen(char __c) const function in class:ctype
190 do_widen(const char* __lo, const char* __hi, wchar_t* __dest) const function in class:ctype
/freebsd-11-stable/contrib/libstdc++/config/locale/gnu/
H A Dctype_members.cc203 do_widen(char __c) const function in class:ctype
208 do_widen(const char* __lo, const char* __hi, wchar_t* __dest) const function in class:ctype
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dlocale_facets.h279 * ctype<char_type>::do_widen(c).
289 { return this->do_widen(__c); }
296 * ctype<char_type>::do_widen(c).
308 { return this->do_widen(__lo, __hi, __to); }
506 * do_widen() is a hook for a derived facet to change the behavior of
507 * widening. do_widen() must always return the same result for the
517 do_widen(char) const = 0;
525 * do_widen() is a hook for a derived facet to change the behavior of
526 * widening. do_widen() must always return the same result for the
538 do_widen(cons
1075 do_widen(char __c) const function in class:ctype
1098 do_widen(const char* __lo, const char* __hi, char_type* __dest) const function in class:ctype
[all...]
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp872 ctype<wchar_t>::do_widen(char c) const function in class:ctype
878 ctype<wchar_t>::do_widen(const char* low, const char* high, char_type* dest) const function in class:ctype
990 ctype<char>::do_widen(char c) const function in class:ctype
996 ctype<char>::do_widen(const char* low, const char* high, char_type* dest) const function in class:ctype
1403 ctype_byname<wchar_t>::do_widen(char c) const function in class:ctype_byname
1409 ctype_byname<wchar_t>::do_widen(const char* low, const char* high, char_type* dest) const function in class:ctype_byname

Completed in 166 milliseconds