Home
last modified time | relevance | path

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

/external/libcxx/src/
Dlocale.cpp3115 uint8_t* _to_nxt = _to; in do_out() local
3116 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
3118 to_nxt = to + (_to_nxt - _to); in do_out()
3132 uint16_t* _to_nxt = _to; in do_in() local
3133 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
3135 to_nxt = to + (_to_nxt - _to); in do_in()
3192 uint8_t* _to_nxt = _to; in do_out() local
3193 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
3195 to_nxt = to + (_to_nxt - _to); in do_out()
3209 uint32_t* _to_nxt = _to; in do_in() local
[all …]