Searched defs:to_limit (Results 1 - 2 of 2) sorted by relevance

/external/stlport/src/
H A Dcodecvt.cpp88 extern_type* to_limit,
90 ptrdiff_t len = (min) (from_end - from, to_limit - to);
103 intern_type* to_limit,
105 ptrdiff_t len = (min) (from_end - from, to_limit - to);
83 do_out(state_type& , const intern_type* from, const intern_type* from_end, const intern_type*& from_next, extern_type* to, extern_type* to_limit, extern_type*& to_next) const argument
98 do_in(state_type& , const extern_type* from, const extern_type* from_end, const extern_type*& from_next, intern_type* to, intern_type* to_limit, intern_type*& to_next) const argument
H A Dfacets_byname.cpp311 extern_type* to_limit,
313 while (from != from_end && to != to_limit) {
315 to, to_limit - to, *from,
373 extern_type* to_limit,
377 to, to_limit - to, &to_next);
306 do_out(state_type& state, const intern_type* from, const intern_type* from_end, const intern_type*& from_next, extern_type* to, extern_type* to_limit, extern_type*& to_next) const argument
371 do_unshift(state_type& state, extern_type* to, extern_type* to_limit, extern_type*& to_next) const argument

Completed in 218 milliseconds