Searched refs:frm_nxt (Results 1 – 1 of 1) sorted by relevance
/external/libcxx/src/ |
D | locale.cpp | 1466 const intern_type* frm, const intern_type*, const intern_type*& frm_nxt, in do_out() argument 1469 frm_nxt = frm; in do_out() 1476 const extern_type* frm, const extern_type*, const extern_type*& frm_nxt, in do_in() argument 1479 frm_nxt = frm; in do_in() 1546 const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt, in do_out() argument 1556 for (frm_nxt = frm; frm != frm_end && to != to_end; frm = frm_nxt, to = to_nxt) in do_out() 1561 size_t n = wcsnrtombs_l(to, &frm_nxt, static_cast<size_t>(fend-frm), in do_out() 1564 size_t n = __wcsnrtombs_l(to, &frm_nxt, fend-frm, to_end-to, &st, __l); in do_out() 1569 for (to_nxt = to; frm != frm_nxt; ++frm) in do_out() 1580 frm_nxt = frm; in do_out() [all …]
|