Lines Matching defs:end
150 // Find the first characters that aren't equal and compare them. If the end
289 size_t end = (positions & TRIM_TRAILING)
292 return input.substr(begin, end - begin);
325 // truncate the string to the end of that character.
379 for (typename STR::const_iterator i(text.begin()); i != text.end(); ++i) {
431 const Char* end = characters + length;
434 while (!IsAlignedToMachineWord(characters) && characters != end) {
440 const Char* word_end = AlignToMachineWord(end);
448 while (characters != end) {
521 return std::equal(ascii.begin(), ascii.end(), str.begin());
533 return std::equal(search_for.begin(), search_for.end(), source.begin(),
557 return std::equal(source.begin(), source.end(), search_for.begin(),
689 // down in one pass while finding, and truncate the length at the end of the
738 // size by shifting the data after the first match to the end of the resized
881 DCHECK(iter != parts.end());
885 for (; iter != parts.end(); ++iter) {
947 for (auto i = format_string.begin(); i != format_string.end(); ++i) {
949 if (i + 1 != format_string.end()) {
952 while (i != format_string.end() && '$' == *i) {
967 std::upper_bound(r_offsets.begin(), r_offsets.end(), r_offset,