Searched refs:last_length (Results 1 – 2 of 2) sorted by relevance
312 size_t last_length = last_request_.length(); in SatisfyRequestFromCache() local321 if (text_length >= last_length && in SatisfyRequestFromCache()322 !request.compare(0, last_length, last_request_)) { in SatisfyRequestFromCache()323 if (text_length == last_length || !HasWordCharacters(text, last_length)) { in SatisfyRequestFromCache()338 if (text_length < last_length && in SatisfyRequestFromCache()
165 size_t last_length = UTF8SizeFromLeadingByte(read_buffer_[last_lead_byte]); in OutputSizeWithoutIncompleteUTF8() local171 if (!last_length || last_length + last_lead_byte <= read_buffer_size_) in OutputSizeWithoutIncompleteUTF8()