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

/external/stlport/src/
H A Dfacets_byname.cpp343 intern_type* to_end,
345 while (from != from_end && to != to_end) {
338 do_in(state_type& state, const extern_type* from, const extern_type* from_end, const extern_type*& from_next, intern_type* to, intern_type* to_end, intern_type*& to_next) const argument
/external/chromium_org/v8/src/
H A Delements.cc387 uint32_t to_end; local
393 to_end = to_base->length();
394 for (uint32_t i = to_start + copy_size; i < to_end; ++i) {
398 to_end = to_start + static_cast<uint32_t>(copy_size);
401 to_end = to_start + static_cast<uint32_t>(copy_size);
403 ASSERT(static_cast<int>(to_end) <= to_base->length());

Completed in 103 milliseconds