Home | History | Annotate | Download | only in src

Lines Matching defs:wout

4221   wchar_t wout;
4222 if (!checked_string_to_wchar_convert(wout, ptr, __loc))
4225 if ((res = __libcpp_wctob_l(wout, __loc)) != char_traits<char>::eof()) {
4231 switch (wout) {