Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dcodecvt.cpp88 extern_type* to_limit, in do_out() argument
90 ptrdiff_t len = (min) (from_end - from, to_limit - to); in do_out()
103 intern_type* to_limit, in do_in() argument
105 ptrdiff_t len = (min) (from_end - from, to_limit - to); in do_in()
Dfacets_byname.cpp311 extern_type* to_limit, in do_out() argument
313 while (from != from_end && to != to_limit) { in do_out()
315 to, to_limit - to, *from, in do_out()
373 extern_type* to_limit, in do_unshift() argument
377 to, to_limit - to, &to_next); in do_unshift()