Home
last modified time | relevance | path

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

/external/libcxx/src/
Dlocale.cpp3114 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local
3116 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
3131 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in() local
3133 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
3191 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local
3193 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
3208 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in() local
3210 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
3268 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local
3271 result r = ucs2_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_out()
[all …]