Searched refs:ucs2_to_utf16le (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | locale.cpp | 2676 static codecvt_base::result ucs2_to_utf16le( in ucs2_to_utf16le() function 3366 result r = ucs2_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxcode_, __mode_); in do_out() 3519 …result r = ucs2_to_utf16le(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, __maxc… in do_out()
|