Searched refs:_to_end (Results 1 – 1 of 1) sorted by relevance
/external/libcxx/src/ |
D | locale.cpp | 3125 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local 3127 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out() 3142 uint16_t* _to_end = reinterpret_cast<uint16_t*>(to_end); in do_in() local 3144 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in() 3202 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local 3204 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out() 3219 uint32_t* _to_end = reinterpret_cast<uint32_t*>(to_end); in do_in() local 3221 result r = utf8_to_ucs4(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in() 3279 uint8_t* _to_end = reinterpret_cast<uint8_t*>(to_end); in do_out() local 3282 result r = ucs2_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt, in do_out() [all …]
|