Searched refs:lastStarIndex (Results 1 – 1 of 1) sorted by relevance
172 size_t lastStarIndex = match.reverseFind('*'); in findMagicComment() local173 ASSERT(lastStarIndex != kNotFound); in findMagicComment()174 return match.substring(0, lastStarIndex).stripWhiteSpace(); in findMagicComment()