Searched refs:__wc (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/gcc/libstdc++-v3/config/locale/darwin/
H A Dctype_members.cc113 do_narrow(wchar_t __wc, char __dfault) const argument
115 if (__wc >= 0 && __wc < 128 && _M_narrow_ok)
116 return _M_narrow[__wc];
117 const int __c = wctob(__wc);
/openbsd-current/gnu/gcc/libstdc++-v3/config/locale/generic/
H A Dctype_members.cc203 do_narrow(wchar_t __wc, char __dfault) const argument
205 if (__wc >= 0 && __wc < 128 && _M_narrow_ok)
206 return _M_narrow[__wc];
207 const int __c = wctob(__wc);
/openbsd-current/gnu/gcc/libstdc++-v3/config/locale/gnu/
H A Dctype_members.cc221 do_narrow(wchar_t __wc, char __dfault) const argument
223 if (__wc >= 0 && __wc < 128 && _M_narrow_ok)
224 return _M_narrow[__wc];
228 const int __c = wctob(__wc);
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/locale/generic/
H A Dctype_members.cc195 do_narrow(wchar_t __wc, char __dfault) const argument
197 int __c = wctob(__wc);
/openbsd-current/gnu/llvm/libcxx/include/
H A D__bsd_locale_fallbacks.h56 size_t __libcpp_wcrtomb_l(char *__s, wchar_t __wc, mbstate_t *__ps, locale_t __l) argument
59 return wcrtomb(__s, __wc, __ps);
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
H A Dctype_members.cc220 do_narrow(wchar_t __wc, char __dfault) const argument
225 int __c = wctob(__wc);
/openbsd-current/gnu/lib/libstdc++/libstdc++/libio/
H A Dlibio.h480 extern _IO_wint_t _IO_putwc (wchar_t __wc, _IO_FILE *__fp) __THROW;
/openbsd-current/gnu/llvm/libcxx/include/__support/win32/
H A Dlocale_win32.h202 size_t wcrtomb_l( char *__restrict __s, wchar_t __wc, mbstate_t *__restrict __ps,

Completed in 136 milliseconds