| /openbsd/src/gnu/gcc/libstdc++-v3/config/locale/darwin/ |
| D | ctype_members.cc | 113 do_narrow(wchar_t __wc, char __dfault) const in do_narrow() function in std::ctype 123 do_narrow(const wchar_t* __lo, const wchar_t* __hi, char __dfault, in do_narrow() function in std::ctype
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/src/ |
| D | ctype.cc | 116 ctype<char>::do_narrow(char __c, char /*__dfault*/) const in do_narrow() function in std::ctype 120 ctype<char>::do_narrow(const char* __lo, const char* __hi, in do_narrow() function in std::ctype
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
| D | ctype.cc | 117 do_narrow(char_type __c, char __dfault) const in do_narrow() function in gnu_ctype 121 do_narrow(const char_type* __lo, const char_type* __hi, char __dfault, in do_narrow() function in gnu_ctype
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/generic/ |
| D | ctype_members.cc | 195 do_narrow(wchar_t __wc, char __dfault) const in do_narrow() function in std::ctype 203 do_narrow(const wchar_t* __lo, const wchar_t* __hi, char __dfault, in do_narrow() function in std::ctype
|
| /openbsd/src/gnu/gcc/libstdc++-v3/config/locale/generic/ |
| D | ctype_members.cc | 203 do_narrow(wchar_t __wc, char __dfault) const in do_narrow() function in ctype 213 do_narrow(const wchar_t* __lo, const wchar_t* __hi, char __dfault, in do_narrow() function in ctype
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/gnu/ |
| D | ctype_members.cc | 220 do_narrow(wchar_t __wc, char __dfault) const in do_narrow() function in std::ctype 234 do_narrow(const wchar_t* __lo, const wchar_t* __hi, char __dfault, in do_narrow() function in std::ctype
|
| /openbsd/src/gnu/gcc/libstdc++-v3/config/locale/gnu/ |
| D | ctype_members.cc | 221 do_narrow(wchar_t __wc, char __dfault) const in do_narrow() function in ctype 237 do_narrow(const wchar_t* __lo, const wchar_t* __hi, char __dfault, in do_narrow() function in ctype
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | locale_facets.h | 327 { return this->do_narrow(__c, __dfault); } in narrow() 350 { return this->do_narrow(__lo, __hi, __dfault, __to); } in narrow() 560 do_narrow(char_type, char __dfault) const = 0; 584 do_narrow(const char_type* __lo, const char_type* __hi, 656 do_narrow(char_type, char __dfault) const; 659 do_narrow(const char_type* __lo, const char_type* __hi, 929 const char __t = do_narrow(__c, __dfault); in narrow() 968 return this->do_narrow(__lo, __hi, __dfault, __to); in narrow() 1124 do_narrow(char_type __c, char) const in do_narrow() function 1150 do_narrow(const char_type* __lo, const char_type* __hi, in do_narrow() function [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | locale_facets.h | 218 { return this->do_narrow(__c, __dfault); } in narrow() 223 { return this->do_narrow(__lo, __hi, __dfault, __to); } in narrow() 267 do_narrow(char_type, char __dfault) const = 0; 270 do_narrow(const char_type* __lo, const char_type* __hi, 324 do_narrow(char_type, char __dfault) const; 327 do_narrow(const char_type* __lo, const char_type* __hi, 416 do_narrow(char_type, char __dfault) const; 419 do_narrow(const char_type* __lo, const char_type* __hi, 489 do_narrow(char_type, char __dfault) const; 492 do_narrow(const char_type* __lo, const char_type* __hi,
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | __locale | 638 return do_narrow(__c, __dfault); 644 return do_narrow(__low, __high, __dfault, __to); 661 virtual char do_narrow(char_type, char __dfault) const; 662 …virtual const char_type* do_narrow(const char_type* __low, const char_type* __high, char __dfault,… 748 return do_narrow(__c, __dfault); 754 return do_narrow(__low, __high, __dfault, __to); 787 virtual char do_narrow(char_type __c, char __dfault) const; 788 …virtual const char* do_narrow(const char_type* __low, const char_type* __high, char __dfault, char… 836 char do_narrow(char_type, char __dfault) const override; 837 …const char_type* do_narrow(const char_type* __low, const char_type* __high, char __dfault, char* _…
|
| /openbsd/src/gnu/llvm/libcxx/src/ |
| D | locale.cpp | 957 ctype<wchar_t>::do_narrow(char_type c, char dfault) const in do_narrow() function in ctype 965 ctype<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) con… in do_narrow() function in ctype 1078 ctype<char>::do_narrow(char_type c, char dfault) const in do_narrow() function in ctype 1086 ctype<char>::do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const in do_narrow() function in ctype 1517 ctype_byname<wchar_t>::do_narrow(char_type c, char dfault) const in do_narrow() function in ctype_byname 1524 ctype_byname<wchar_t>::do_narrow(const char_type* low, const char_type* high, char dfault, char* de… in do_narrow() function in ctype_byname
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| D | CHECKLIST | 1634 T virtual char do_narrow(charT, char dfault) const; 1635 T virtual const charT* do_narrow(const charT* low, const charT* high, 1663 S virtual char do_narrow(charT, char dfault) const; 1664 S virtual const charT* do_narrow(const charT* low, const charT* high, 1707 T virtual char do_narrow(char c, char dfault) const; 1708 T virtual const char* do_narrow(const char* low,
|
| /openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| D | CHECKLIST | 1634 T virtual char do_narrow(charT, char dfault) const; 1635 T virtual const charT* do_narrow(const charT* low, const charT* high, 1663 S virtual char do_narrow(charT, char dfault) const; 1664 S virtual const charT* do_narrow(const charT* low, const charT* high, 1707 T virtual char do_narrow(char c, char dfault) const; 1708 T virtual const char* do_narrow(const char* low,
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/ |
| D | ChangeLog | 2990 (ctype<wchar_t>::do_narrow(char)): Switch to _M_c_locale_ctype around 2992 (ctype<wchar_t>::do_narrow(const char*, const char *, wchar_t*)): 4301 * config/locale/gnu/ctype_members.cc (ctype<wchar_t>::do_narrow): Fix.
|