Home
last modified time | relevance | path

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

/external/libcxx/src/
Dlocale.cpp3185 uint8_t* _to_nxt = _to; in do_out() local
3186 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
3188 to_nxt = to + (_to_nxt - _to); in do_out()
3202 uint16_t* _to_nxt = _to; in do_in() local
3203 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
3205 to_nxt = to + (_to_nxt - _to); in do_in()
3262 uint8_t* _to_nxt = _to; in do_out() local
3263 result r = ucs4_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
3265 to_nxt = to + (_to_nxt - _to); in do_out()
3279 uint32_t* _to_nxt = _to; in do_in() local
[all …]