Searched refs:quote_end (Results 1 – 1 of 1) sorted by relevance
153 size_t quote_end = start_; in FindBounds() local154 QuoteIncrement(contents_, "e_end); in FindBounds()155 if (contents_.substr(start_ + 1, quote_end - 1 - start_) == feature) { in FindBounds()156 FindBoundsEnd(feature, quote_end + 1); in FindBounds()160 start_ = quote_end + 1; in FindBounds()