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

/external/libchrome/base/strings/
H A Dstring_util.cc773 size_t final_length = str_length; local
777 final_length += expansion;
785 str->resize(final_length);
788 for (size_t prev_match = str_length, write_offset = final_length; ;
/external/python/cpython2/Parser/
H A Dtokenizer.c627 int skip_next_lf = 0, needed_length = strlen(s) + 2, final_length; local
658 final_length = current - buf + 1;
659 if (final_length < needed_length && final_length)
661 buf = PyMem_REALLOC(buf, final_length);

Completed in 658 milliseconds