Home
last modified time | relevance | path

Searched refs:__tmp_state (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/libstdc++/config/locale/generic/
Dcodecvt_members.cc52 state_type __tmp_state(__state); in _GLIBCXX_BEGIN_NAMESPACE() local
65 const size_t __conv = wcrtomb(__to, *__from, &__tmp_state); in _GLIBCXX_BEGIN_NAMESPACE()
71 __state = __tmp_state; in _GLIBCXX_BEGIN_NAMESPACE()
80 const size_t __conv = wcrtomb(__buf, *__from, &__tmp_state); in _GLIBCXX_BEGIN_NAMESPACE()
93 __state = __tmp_state; in _GLIBCXX_BEGIN_NAMESPACE()
117 state_type __tmp_state(__state); in do_in() local
125 &__tmp_state); in do_in()
144 __state = __tmp_state; in do_in()
186 state_type __tmp_state(__state); in do_length() local
190 size_t __conv = mbrtowc(NULL, __from, __end - __from, &__tmp_state); in do_length()
[all …]
/trueos/contrib/libstdc++/config/locale/gnu/
Dcodecvt_members.cc51 state_type __tmp_state(__state); in _GLIBCXX_BEGIN_NAMESPACE() local
79 __to_next += wcrtomb(__to_next, *__from, &__tmp_state); in _GLIBCXX_BEGIN_NAMESPACE()
80 __state = __tmp_state; in _GLIBCXX_BEGIN_NAMESPACE()
97 __tmp_state = __state; in _GLIBCXX_BEGIN_NAMESPACE()
98 const size_t __conv2 = wcrtomb(__buf, *__from_next, &__tmp_state); in _GLIBCXX_BEGIN_NAMESPACE()
104 __state = __tmp_state; in _GLIBCXX_BEGIN_NAMESPACE()
126 state_type __tmp_state(__state); in do_in() local
158 &__tmp_state); in do_in()
164 __state = __tmp_state; in do_in()
184 __tmp_state = __state; in do_in()
[all …]