Home
last modified time | relevance | path

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

/external/libcxx/src/
Dlocale.cpp3126 uint8_t* _to_nxt = _to; in do_out() local
3127 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
3129 to_nxt = to + (_to_nxt - _to); in do_out()
3143 uint16_t* _to_nxt = _to; in do_in() local
3144 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
3146 to_nxt = to + (_to_nxt - _to); in do_in()
3203 uint8_t* _to_nxt = _to; in do_out() local
3204 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
3206 to_nxt = to + (_to_nxt - _to); in do_out()
3220 uint32_t* _to_nxt = _to; in do_in() local
[all …]