Searched refs:_to_end (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | locale.cpp | 2771 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local 2773 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out() 2791 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in() local 2793 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in() 2838 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local 2840 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out() 2858 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in() local 2860 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in() 2905 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local 2907 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out() [all …]
|