Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dlocale.cpp3138 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local
3140 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
3155 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in() local
3157 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
3217 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local
3219 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
3234 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in() local
3236 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
3296 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local
3298 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
[all …]