Searched refs:__conv2 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
H A Dcodecvt_members.cc98 const size_t __conv2 = wcrtomb_l(__buf, *__from_next, &__tmp_state, local
100 if (__conv2 > static_cast<size_t>(__to_end - __to_next))
104 memcpy(__to_next, __buf, __conv2);
106 __to_next += __conv2;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H A Dcodecvt_members.cc97 const size_t __conv2 = wcrtomb(__buf, *__from_next, &__tmp_state); local
98 if (__conv2 > static_cast<size_t>(__to_end - __to_next))
102 memcpy(__to_next, __buf, __conv2);
104 __to_next += __conv2;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
H A Dcodecvt_members.cc98 const size_t __conv2 = wcrtomb_l(__buf, *__from_next, &__tmp_state, local
100 if (__conv2 > static_cast<size_t>(__to_end - __to_next))
104 memcpy(__to_next, __buf, __conv2);
106 __to_next += __conv2;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dcodecvt_members.cc97 const size_t __conv2 = wcrtomb(__buf, *__from_next, &__tmp_state); local
98 if (__conv2 > static_cast<size_t>(__to_end - __to_next))
102 memcpy(__to_next, __buf, __conv2);
104 __to_next += __conv2;

Completed in 94 milliseconds