Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp1529 const intern_type* frm, const intern_type* frm_end, const intern_type*& frm_nxt, in do_out() argument
1534 for (; fend != frm_end; ++fend) in do_out()
1539 for (frm_nxt = frm; frm != frm_end && to != to_end; frm = frm_nxt, to = to_nxt) in do_out()
1571 if (fend != frm_end) // set up next null terminated sequence in do_out()
1588 for (fend = frm_nxt; fend != frm_end; ++fend) in do_out()
1593 return frm_nxt == frm_end ? ok : partial; in do_out()
1598 const extern_type* frm, const extern_type* frm_end, const extern_type*& frm_nxt, in do_in() argument
1603 for (; fend != frm_end; ++fend) in do_in()
1608 for (frm_nxt = frm; frm != frm_end && to != to_end; frm = frm_nxt, to = to_nxt) in do_in()
1646 return frm_nxt == frm_end ? ok : partial; in do_in()
[all …]