Home
last modified time | relevance | path

Searched refs:__conv (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/locale/generic/
Dcodecvt_members.cc66 const size_t __conv = wcrtomb(__to, *__from, &__tmp_state); in do_out() local
67 if (__conv == static_cast<size_t>(-1)) in do_out()
73 __to += __conv; in do_out()
81 const size_t __conv = wcrtomb(__buf, *__from, &__tmp_state); in do_out() local
82 if (__conv == static_cast<size_t>(-1)) in do_out()
87 else if (__conv > static_cast<size_t>(__to_end - __to)) in do_out()
93 memcpy(__to, __buf, __conv); in do_out()
95 __to += __conv; in do_out()
125 size_t __conv = mbrtowc(__to, __from, __from_end - __from, in do_in() local
127 if (__conv == static_cast<size_t>(-1)) in do_in()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/locale/dragonfly/
Dcodecvt_members.cc68 const size_t __conv = wcsnrtombs(__to_next, &__from_next, in do_out() local
71 if (__conv == static_cast<size_t>(-1)) in do_out()
83 __to_next += __conv; in do_out()
89 __to_next += __conv; in do_out()
141 size_t __conv = mbsnrtowcs(__to_next, &__from_next, in do_in() local
144 if (__conv == static_cast<size_t>(-1)) in do_in()
149 for (;; ++__to_next, __from += __conv) in do_in()
151 __conv = mbrtowc(__to_next, __from, __from_end - __from, in do_in()
153 if (__conv == static_cast<size_t>(-1) in do_in()
154 || __conv == static_cast<size_t>(-2)) in do_in()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
Dcodecvt_specializations.h327 size_t __conv; in _GLIBCXX_VISIBILITY() local
343 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, in _GLIBCXX_VISIBILITY()
350 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, &__fbytes, in _GLIBCXX_VISIBILITY()
354 if (__conv != size_t(-1)) in _GLIBCXX_VISIBILITY()
391 size_t __conv = __iconv_adaptor(iconv,__desc, 0, 0, in _GLIBCXX_VISIBILITY() local
394 if (__conv != size_t(-1)) in _GLIBCXX_VISIBILITY()
431 size_t __conv; in _GLIBCXX_VISIBILITY() local
447 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, in _GLIBCXX_VISIBILITY()
454 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, in _GLIBCXX_VISIBILITY()
459 if (__conv != size_t(-1)) in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
Dcodecvt_specializations.h326 size_t __conv; in _GLIBCXX_VISIBILITY() local
342 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, in _GLIBCXX_VISIBILITY()
349 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, &__fbytes, in _GLIBCXX_VISIBILITY()
353 if (__conv != size_t(-1)) in _GLIBCXX_VISIBILITY()
390 size_t __conv = __iconv_adaptor(iconv,__desc, 0, 0, in _GLIBCXX_VISIBILITY() local
393 if (__conv != size_t(-1)) in _GLIBCXX_VISIBILITY()
430 size_t __conv; in _GLIBCXX_VISIBILITY() local
446 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, in _GLIBCXX_VISIBILITY()
453 __conv = __iconv_adaptor(iconv, __desc, &__cfrom, in _GLIBCXX_VISIBILITY()
458 if (__conv != size_t(-1)) in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
Dsstream.tcc100 const char_type __conv = traits_type::to_char_type(__c); in overflow() local
119 __tmp.push_back(__conv); in overflow()
125 *this->pptr() = __conv; in overflow()
Dfstream.tcc474 char_type __conv = traits_type::to_char_type(__c); in overflow() local
475 if (__testeof || _M_convert_to_external(&__conv, 1)) in overflow()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dsstream.tcc117 const char_type __conv = traits_type::to_char_type(__c); in overflow() local
136 __tmp.push_back(__conv); in overflow()
142 *this->pptr() = __conv; in overflow()
Dfstream.tcc558 char_type __conv = traits_type::to_char_type(__c); in overflow() local
559 if (__testeof || _M_convert_to_external(&__conv, 1)) in overflow()