Searched refs:after_match (Results 1 – 1 of 1) sorted by relevance
236 const size_t after_match(match_location + match_length); in ClassifyLocationInString() local237 if (after_match < overall_length) { in ClassifyLocationInString()238 classification->push_back(ACMatchClassification(after_match, style)); in ClassifyLocationInString()