/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/darwin/ |
H A D | ctype_members.cc | 114 do_narrow(wchar_t __wc, char __dfault) const in do_narrow() argument 116 if (__wc >= 0 && __wc < 128 && _M_narrow_ok) in do_narrow() 117 return _M_narrow[__wc]; in do_narrow() 118 const int __c = wctob(__wc); in do_narrow()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/darwin/ |
H A D | ctype_members.cc | 114 do_narrow(wchar_t __wc, char __dfault) const in do_narrow() argument 116 if (__wc >= 0 && __wc < 128 && _M_narrow_ok) in do_narrow() 117 return _M_narrow[__wc]; in do_narrow() 118 const int __c = wctob(__wc); in do_narrow()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/ |
H A D | ctype_members.cc | 210 do_narrow(wchar_t __wc, char __dfault) const in do_narrow() argument 212 if (__wc >= 0 && __wc < 128 && _M_narrow_ok) in do_narrow() 213 return _M_narrow[__wc]; in do_narrow() 214 const int __c = wctob(__wc); in do_narrow()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/vxworks/ |
H A D | ctype_members.cc | 224 do_narrow(wchar_t __wc, char __dfault) const in do_narrow() argument 226 if (__wc >= 0 && __wc < 128 && _M_narrow_ok) in do_narrow() 227 return _M_narrow[__wc]; in do_narrow() 228 const int __c = wctob(__wc); in do_narrow()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/newlib/ |
H A D | ctype_members.cc | 214 do_narrow(wchar_t __wc, char __dfault) const in do_narrow() argument 216 if (__wc >= 0 && __wc < 128 && _M_narrow_ok) in do_narrow() 217 return _M_narrow[__wc]; in do_narrow() 218 const int __c = wctob(__wc); in do_narrow()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/ |
H A D | ctype_members.cc | 210 do_narrow(wchar_t __wc, char __dfault) const in do_narrow() argument 212 if (__wc >= 0 && __wc < 128 && _M_narrow_ok) in do_narrow() 213 return _M_narrow[__wc]; in do_narrow() 214 const int __c = wctob(__wc); in do_narrow()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/newlib/ |
H A D | ctype_members.cc | 214 do_narrow(wchar_t __wc, char __dfault) const in do_narrow() argument 216 if (__wc >= 0 && __wc < 128 && _M_narrow_ok) in do_narrow() 217 return _M_narrow[__wc]; in do_narrow() 218 const int __c = wctob(__wc); in do_narrow()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/ |
H A D | ctype_members.cc | 216 do_narrow(wchar_t __wc, char __dfault) const in do_narrow() argument 218 if (__wc >= 0 && __wc < 128 && _M_narrow_ok) in do_narrow() 219 return _M_narrow[__wc]; in do_narrow() 220 const int __c = wctob_l(__wc, (locale_t)_M_c_locale_ctype); in do_narrow()
|
H A D | xlocale_port.h | 63 wctob_l(wint_t __wc, locale_t __l) in wctob_l() argument 66 int __rv = wctob(__wc); in wctob_l()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/ |
H A D | ctype_members.cc | 216 do_narrow(wchar_t __wc, char __dfault) const in do_narrow() argument 218 if (__wc >= 0 && __wc < 128 && _M_narrow_ok) in do_narrow() 219 return _M_narrow[__wc]; in do_narrow() 220 const int __c = wctob_l(__wc, (locale_t)_M_c_locale_ctype); in do_narrow()
|
H A D | xlocale_port.h | 63 wctob_l(wint_t __wc, locale_t __l) in wctob_l() argument 66 int __rv = wctob(__wc); in wctob_l()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/ |
H A D | ctype_members.cc | 222 do_narrow(wchar_t __wc, char __dfault) const in do_narrow() argument 224 if (__wc >= 0 && __wc < 128 && _M_narrow_ok) in do_narrow() 225 return _M_narrow[__wc]; in do_narrow() 229 const int __c = wctob(__wc); in do_narrow()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/ |
H A D | ctype_members.cc | 222 do_narrow(wchar_t __wc, char __dfault) const in do_narrow() argument 224 if (__wc >= 0 && __wc < 128 && _M_narrow_ok) in do_narrow() 225 return _M_narrow[__wc]; in do_narrow() 229 const int __c = wctob(__wc); in do_narrow()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | __bsd_locale_fallbacks.h | 56 size_t __libcpp_wcrtomb_l(char *__s, wchar_t __wc, mbstate_t *__ps, locale_t __l) in __libcpp_wcrtomb_l() argument 59 return wcrtomb(__s, __wc, __ps); in __libcpp_wcrtomb_l()
|
H A D | locale | 3665 wstring_convert(const wstring_convert& __wc); 3666 wstring_convert& operator=(const wstring_convert& __wc); 3685 wstring_convert(wstring_convert&& __wc); 3747 wstring_convert(wstring_convert&& __wc) 3748 : __byte_err_string_(_VSTD::move(__wc.__byte_err_string_)), 3749 __wide_err_string_(_VSTD::move(__wc.__wide_err_string_)), 3750 __cvtptr_(__wc.__cvtptr_), 3751 __cvtstate_(__wc.__cvtstate_), __cvtcount_(__wc.__cvtcount_) 3753 __wc.__cvtptr_ = nullptr;
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | wchar_.d | 115 wchar_t __wc = 0;
|