Searched refs:firstLineEndNdx (Results 1 – 2 of 2) sorted by relevance
95 int firstLineEndNdx = 0; in strWithWhiteSpaceAndComments() local96 while (firstLineEndNdx < (int)str.size() && str[firstLineEndNdx] != '\n') in strWithWhiteSpaceAndComments()98 res += str[firstLineEndNdx]; in strWithWhiteSpaceAndComments()99 firstLineEndNdx++; in strWithWhiteSpaceAndComments()102 DE_ASSERT(firstLineEndNdx < (int)str.size()); in strWithWhiteSpaceAndComments()119 res.append(&str.c_str()[firstLineEndNdx + 1]); in strWithWhiteSpaceAndComments()