Home
last modified time | relevance | path

Searched refs:wout (Results 1 – 3 of 3) sorted by relevance

/external/flac/src/share/win_utf8_io/
Dwin_utf8_io.c254 wchar_t *wout = NULL; in vfprintf_utf8() local
260 if (!(wout = wchar_from_utf8(utmp))) { in vfprintf_utf8()
264 ret = wprint_console(stream, wout, wcslen(wout)); in vfprintf_utf8()
268 free(wout); in vfprintf_utf8()
/external/libcxx/src/
Dlocale.cpp4232 wchar_t wout; in checked_string_to_char_convert() local
4233 if (!checked_string_to_wchar_convert(wout, ptr, __loc)) in checked_string_to_char_convert()
4236 if ((res = __libcpp_wctob_l(wout, __loc)) != char_traits<char>::eof()) { in checked_string_to_char_convert()
4242 switch (wout) { in checked_string_to_char_convert()
/external/llvm-project/libcxx/src/
Dlocale.cpp4407 wchar_t wout; in checked_string_to_char_convert() local
4408 if (!checked_string_to_wchar_convert(wout, ptr, __loc)) in checked_string_to_char_convert()
4411 if ((res = __libcpp_wctob_l(wout, __loc)) != char_traits<char>::eof()) { in checked_string_to_char_convert()
4417 switch (wout) { in checked_string_to_char_convert()