Home
last modified time | relevance | path

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

/external/libcxx/src/
Dlocale.cpp1533 const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt, in do_out() argument
1538 for (; fend != frm_end; ++fend) in do_out()
1543 for (frm_nxt = frm; frm != frm_end && to != to_end; frm = frm_nxt, to = to_nxt) in do_out()
1567 if (fend != frm_end) // set up next null terminated sequence in do_out()
1580 for (fend = frm_nxt; fend != frm_end; ++fend) in do_out()
1585 return frm_nxt == frm_end ? ok : partial; in do_out()
1590 const extern_type* frm, const extern_type* frm_end, const extern_type*& frm_nxt, in do_in() argument
1595 for (; fend != frm_end; ++fend) in do_in()
1600 for (frm_nxt = frm; frm != frm_end && to != to_end; frm = frm_nxt, to = to_nxt) in do_in()
1630 return frm_nxt == frm_end ? ok : partial; in do_in()
[all …]