Searched refs:_to_end (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/libcxx/src/ |
| D | locale.cpp | 3220 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local 3222 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out() 3237 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in() local 3239 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in() 3299 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local 3301 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out() 3316 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in() local 3318 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in() 3378 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local 3380 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out() [all …]
|