Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp2772 uint8_t* _to_nxt = _to; in do_out() local
2773 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
2775 to_nxt = to + (_to_nxt - _to); in do_out()
2792 uint16_t* _to_nxt = _to; in do_in() local
2793 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
2795 to_nxt = to + (_to_nxt - _to); in do_in()
2839 uint8_t* _to_nxt = _to; in do_out() local
2840 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
2842 to_nxt = to + (_to_nxt - _to); in do_out()
2859 uint16_t* _to_nxt = _to; in do_in() local
[all …]